Push Project git branch

1, to the designated branch switching branch

git checkout -b branch name you want

2, and then is removed from the master clone down in the project, you want to put the project

3、git add .

4, git commit -m 'description'

5, git branch --set-upstream-to = origin / branch track branches change

6、git pull

7、git push

 

Guess you like

Origin www.cnblogs.com/MyUniverse/p/11331112.html
Recommended