git
--global user.name mchdbagh
git config --global user.email
eg:git config --global mchdba@yahoo.com
创建分支:
git init
git clone 分支
添加到缓存区:
git add -A stages All
git add . stages new and modified, without deleted
git add -u stages modified and
2015-09-23 19:45:56 ·
89 阅读 ·
0 评论