git-svnで削除されたリモートブランチをローカルでも削除する方法
- 2010年03月16日
- category:git
- Comment(0)
- Trackback(0)
git-svnをつかっていてsvnのリモートブランチを削除しても、ローカルには残ってるのがうざいなあと思ってたのが解決した。
typester先生に↓を教えてもらいました。++
Removing git-svn remote branch | furmanek.net
$ git branch -r -d my-remote-branch
これでおk!
- Prev Entry
- HTML5のValidatorのGreasemonkey書いた
- Next Entry
- vimgrepを使いやすくする
