Skip to content

sachuu/Keeping-Git-Branches-Clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Keeping-Git-Branches-Clean

Deleting Local Branches

First the local branches must be individually deleted using the following command

git branch -d branch-name-here

Deleting remote branches

Finally the following command will automatically clean the equivilant of the local branches deleted previously

git remote prune origin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published