forked from Workshops/How-To-Git-Started
Fix branch deletion command
This commit is contained in:
parent
89a8491241
commit
704b772f06
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user