Add delete snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2021-04-08 19:42:01 +03:00
committed by Chalarangelo
parent 09872076b1
commit 3ce861522c
4 changed files with 75 additions and 1 deletions

View File

@ -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>