« Minimal Reproducible »

Home Tags About GitHub

Delete a remote branch

Published at 2024-04-14
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 softwares-and-toolsgitbranch

Delete a remote branch

git push <remote_name> --delete <remote_branch_name>

Example:
git push origin --delete feat/anchor-visualize

« Minimal Reproducible »

Powered by Astro