Skip to content

Instantly share code, notes, and snippets.

@diter14
Created September 18, 2018 17:47
Show Gist options
  • Save diter14/0a96e5c294187e42f2f87844d5833181 to your computer and use it in GitHub Desktop.
Save diter14/0a96e5c294187e42f2f87844d5833181 to your computer and use it in GitHub Desktop.
Remove branch locally and remotelly

Remove branch locally and remotelly

// To remove locally branch
git branch -d branch_name

// To remove remotelly branch
git push origin :branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment