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
bae577d6
Unverified
Commit
bae577d6
authored
Sep 05, 2023
by
Adam Johnson
Committed by
GitHub
Sep 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(git)!: remove `-b` from `blame` alias (#11864)
parent
c74f2a1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
plugins/git/README.md
+1
-1
git.plugin.zsh
plugins/git/git.plugin.zsh
+1
-1
No files found.
plugins/git/README.md
View file @
bae577d6
...
@@ -34,7 +34,7 @@ plugins=(... git)
...
@@ -34,7 +34,7 @@ plugins=(... git)
| gbsg | git bisect good |
| gbsg | git bisect good |
| gbsr | git bisect reset |
| gbsr | git bisect reset |
| gbss | git bisect start |
| gbss | git bisect start |
| gbl | git blame -
b -
w |
| gbl | git blame -w |
| gb | git branch |
| gb | git branch |
| gba | git branch --all |
| gba | git branch --all |
| gbd | git branch --delete |
| gbd | git branch --delete |
...
...
plugins/git/git.plugin.zsh
View file @
bae577d6
...
@@ -115,7 +115,7 @@ alias gbsb='git bisect bad'
...
@@ -115,7 +115,7 @@ alias gbsb='git bisect bad'
alias
gbsg
=
'git bisect good'
alias
gbsg
=
'git bisect good'
alias
gbsr
=
'git bisect reset'
alias
gbsr
=
'git bisect reset'
alias
gbss
=
'git bisect start'
alias
gbss
=
'git bisect start'
alias
gbl
=
'git blame -
b -
w'
alias
gbl
=
'git blame -w'
alias
gb
=
'git branch'
alias
gb
=
'git branch'
alias
gba
=
'git branch --all'
alias
gba
=
'git branch --all'
alias
gbd
=
'git branch --delete'
alias
gbd
=
'git branch --delete'
...
...
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