git branch   look at your branches

 

git branch newbranch

git checkout newbrach

do something

git checkout master

git merge newbranch

git branch -d newbrach

 

git push new branch

http://stackoverflow.com/questions/2765421/push-a-new-local-branch-to-a-remote-git-repo-and-track-it-too

相关文章:

  • 2021-07-20
  • 2021-05-14
  • 2022-01-28
  • 2021-11-16
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2021-05-03
  • 2021-12-14
  • 2022-12-23
  • 2021-05-30
  • 2021-05-11
相关资源
相似解决方案