Skip to content

Instantly share code, notes, and snippets.

@kennyj
Created July 9, 2013 17:43
Show Gist options
  • Save kennyj/5959493 to your computer and use it in GitHub Desktop.
Save kennyj/5959493 to your computer and use it in GitHub Desktop.
remote branchの削除方法
git push origin --delete fix_10751-2 (git 1.7 or later)
or
git push origin :fix_10751-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment