Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
331f3c8b
Unverified
Commit
331f3c8b
authored
Sep 06, 2023
by
Adam Johnson
Committed by
GitHub
Sep 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(git): add bisect aliases `gbsn` and `gbso` (#11869)
parent
76e541a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
README.md
plugins/git/README.md
+2
-0
git.plugin.zsh
plugins/git/git.plugin.zsh
+2
-0
No files found.
plugins/git/README.md
View file @
331f3c8b
...
...
@@ -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 |
...
...
plugins/git/git.plugin.zsh
View file @
331f3c8b
...
...
@@ -113,6 +113,8 @@ alias gapt='git apply --3way'
alias
gbs
=
'git bisect'
alias
gbsb
=
'git bisect bad'
alias
gbsg
=
'git bisect good'
alias
gbsn
=
'git bisect new'
alias
gbso
=
'git bisect old'
alias
gbsr
=
'git bisect reset'
alias
gbss
=
'git bisect start'
alias
gbl
=
'git blame -w'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment