Skip to content

Instantly share code, notes, and snippets.

@jianshen92
Created October 29, 2021 10:58
Show Gist options
  • Save jianshen92/f1a482463aef5a4ac84bd3f03d478856 to your computer and use it in GitHub Desktop.
Save jianshen92/f1a482463aef5a4ac84bd3f03d478856 to your computer and use it in GitHub Desktop.
Delete remote branch via CLI
git push origin --delete <branch-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment