Skip to content

Instantly share code, notes, and snippets.

@bisignam
Created February 20, 2019 09:01
Show Gist options
  • Save bisignam/a6f8b84a15d9d4436063b1d5239e6476 to your computer and use it in GitHub Desktop.
Save bisignam/a6f8b84a15d9d4436063b1d5239e6476 to your computer and use it in GitHub Desktop.
Git Delete branch local and remote
git branch -d feature/login
git push origin --delete feature/login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment