how to

Delete a remote branch

Apr 14, 2024
softwares-and-toolsgitbranch
1 Minutes
14 Words

Delete a remote branch

1
git push <remote_name> --delete <remote_branch_name>
2
3
Example:
4
git push origin --delete feat/anchor-visualize
Article title:Delete a remote branch
Article author:Julyfun
Release time:Apr 14, 2024
Copyright 2025
Sitemap