Skip to content

Instantly share code, notes, and snippets.

@Wellusioner
Created June 21, 2022 04:44
Show Gist options
  • Save Wellusioner/0f471418831494e59dc1dfe9a605c154 to your computer and use it in GitHub Desktop.
Save Wellusioner/0f471418831494e59dc1dfe9a605c154 to your computer and use it in GitHub Desktop.
# deleting a branch from the server
# for custom remote
git push <remote> --delete <branchname>
# for origin remote
git push origin --delete <branchname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment