How to delete a Git branch locally and remotely
How to delete a Git branch locally and remotely
Hi All. In this post we will learn how to delete a Git branch locally and remotely. Git makes managing multiple branches very easy and deleting a branch is also no exception. How to delete a branch locally ? First step is to checkout to a branch that you are not deleting. Git will not allow you delete a branch you are currently using. Now the required branch can be deleted using below mentioned…
View On WordPress










