Add delete snippets
This commit is contained in:
committed by
Chalarangelo
parent
09872076b1
commit
3ce861522c
@ -5,7 +5,7 @@ tags: repository,branch,beginner
|
||||
|
||||
Deletes a local branch.
|
||||
|
||||
- Use `git branch -d <branch>` to delete the branch with the specified branch name.
|
||||
- Use `git branch -d <branch>` to delete the specified local `<branch>`.
|
||||
|
||||
```sh
|
||||
git branch -d <branch>
|
||||
|
||||
Reference in New Issue
Block a user