Click here to Skip to main content
15,896,398 members
Articles / DevOps / Git

How to Delete Local/Remote Git Branches

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
21 Aug 2020CPOL4 min read 6.3K   1  
Deleting remote and local branches from your Git repositories
In this article, you will learn how to delete local and remote branches in Git after defining what is a Git branch and the side effects of deleting branches.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions