会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
学无止境
forrest的博客:http://m7xhcx.coding-pages.com
博客园
首页
新随笔
联系
管理
2018年10月30日
git常用命令总结
摘要: git配置用户名和密码 git config --global user.name "xxx" git config --global user.email yyy git初始化 git init 操作完成后会在该项目目录下创建一个隐藏的git目录 git add git add -A 提交所有变化
阅读全文
posted @ 2018-10-30 11:56 ft039x
阅读(132)
评论(0)
推荐(0)
编辑
公告
TOP