
git branch
dev
feature-a
feature-b
hotfix
* master
git branch -a
dev
feature-a
feature-b
hotfix
* master
remotes/origin/regression-test-a
remotes/origin/regression-test-b
git branch -r
git branch cool-feature
git checkout cool-feature
git checkout -b cool-feature
git push remote-repo cool-feature
| 欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |