Fix branch deletion command

This commit is contained in:
Bastian 2020-01-16 13:53:19 +01:00
parent 89a8491241
commit 704b772f06
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ git merge feature2
### Delete unused branches
git delete feature
git delete feature2
git branch -d feature
git branch -d feature2
undo