1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

feat(git): add bisect aliases gbsn and gbso (#11869)

This commit is contained in:
Adam Johnson
2023-09-06 11:36:57 +01:00
committed by GitHub
parent 76e541a3fe
commit 331f3c8b2e
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ plugins=(... git)
| gbs | git bisect |
| gbsb | git bisect bad |
| gbsg | git bisect good |
| gbsn | git bisect new |
| gbso | git bisect old |
| gbsr | git bisect reset |
| gbss | git bisect start |
| gbl | git blame -w |