Run the below commands to delete your GIT branches
//Remove your local branch
git branch -D
// Remove your remote branch
git push origin :
Run the below commands to delete your GIT branches
//Remove your local branch
git branch -D
// Remove your remote branch
git push origin :
0 Comments