To remove a local branch from your machine:
Syntax :
Example :
Normal branch :
Hotfix branch :
Syntax :
> git branch -d the_local_branch
Example :
Normal branch :
> git branch -d feature/share-twitter
Hotfix branch :
> git branch -d hotfix/share-facebook
Comments
Post a Comment