My observation of day life with some tech
The command to list local branch on git is
$ git branch
The command to delete local branch on git is
$ git branch -d <branch_name>
For remote branch deletion
Post a Comment
No comments:
Post a Comment