2014年1月16日 星期四

[GIT] How to delete remote branch


[GIT] How to delete remote branch



[happy@happy-Desktop: burnimage$]git branch -a

* testing

  remotes/origin/HEAD -> origin/master

  remotes/origin/happy_fix

  remotes/origin/master

  remotes/origin/testing

  remotes/origin/happy_fix





[happy@happy-Desktop: burnimage$]git push origin :happy_fix

happy@hsinchu.tw's password:

To ssh://happy@hsinchu.tw:2222/home1/happy/git/burnimage

 - [deleted]         happy_fix



[happy@happy-Desktop: burnimage$]git branch -a

* testing

  remotes/origin/HEAD -> origin/master

  remotes/origin/happy_fix

  remotes/origin/master

  remotes/origin/testing



Reference:


Related Posts:

0 意見:

張貼留言