work note
2013年3月15日 星期五
[Git] 刪除Branch
1. 刪除local branch
$ git branch -d [branch_name]
2. 刪除local branch(強制)
當branch裡有commit,可能需要-D強制刪除branch
$ git branch -D [branch_name]
3. 刪除remote branch
$ git push origin :[branch_name]
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言