mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-18 13:20:40 +01:00
fix(git)!: remove -b from blame alias (#11864)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user