Skip to content

Instantly share code, notes, and snippets.

@piyonishi
Last active August 29, 2015 14:06
Show Gist options
  • Save piyonishi/a38f1d4eae2203301465 to your computer and use it in GitHub Desktop.
Save piyonishi/a38f1d4eae2203301465 to your computer and use it in GitHub Desktop.
git branchの削除
git branch -a
git branch -d branch-name
or
git branch -D branch-name
git push origin :branch-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment