fix(git)!: remove -b from blame alias (#11864)

This commit is contained in:
Adam Johnson
2023-09-05 11:41:50 +01:00
committed by GitHub
parent c74f2a1be9
commit bae577d6b2
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ plugins=(... git)
| gbsg | git bisect good |
| gbsr | git bisect reset |
| gbss | git bisect start |
| gbl | git blame -b -w |
| gbl | git blame -w |
| gb | git branch |
| gba | git branch --all |
| gbd | git branch --delete |