标签:git 分支 iosdevtip git iswifting 分支
$ git branch testing
$ git checkout testing
$ git branch
$ git branch -a
$ git branch -D testing
$ git checkout testing
$ git push origin testing
$
git push origin :branch-name
标签:git 分支 iosdevtip git iswifting 分支
原文地址:http://blog.csdn.net/iosdevtip/article/details/41207573