git clone url
git checkout (-b) 分支名称
git add 文件 (.)
git commit -m ‘xxx’
git push origin 远程分支
git pull origin 远程分支
git branch [-a] 切换分支
标签:git col 名称 远程 gpo clone com git push commit
git clone url
git checkout (-b) 分支名称
git add 文件 (.)
git commit -m ‘xxx’
git push origin 远程分支
git pull origin 远程分支
git branch [-a] 切换分支
标签:git col 名称 远程 gpo clone com git push commit
原文地址:http://www.cnblogs.com/linst/p/8044799.html