mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
add some missing git aliases
@@ -93,7 +93,16 @@ alias -g gp='| grep -i' #creates a global alias for grep
|
|||||||
| _gapa_ | git add --patch |
|
| _gapa_ | git add --patch |
|
||||||
| _gb_ | git branch |
|
| _gb_ | git branch |
|
||||||
| _gba_ | git branch -a |
|
| _gba_ | git branch -a |
|
||||||
|
| _gbd_ | git branch -d |
|
||||||
| _gbr_ | git branch --remote |
|
| _gbr_ | git branch --remote |
|
||||||
|
| _gbl_ | git blame -b -w |
|
||||||
|
| _gbnm_ | git branch --no-merged |
|
||||||
|
| _gbr_ | git branch --remote |
|
||||||
|
| _gbs_ | git bisect |
|
||||||
|
| _gbsb_ | git bisect bad |
|
||||||
|
| _gbsg_ | git bisect good |
|
||||||
|
| _gbsr_ | git bisect reset |
|
||||||
|
| _gbss_ | git bisect start |
|
||||||
| _gc_ | git commit -v |
|
| _gc_ | git commit -v |
|
||||||
| _gc!_ | git commit -v --amend |
|
| _gc!_ | git commit -v --amend |
|
||||||
| _gca_ | git commit -v -a |
|
| _gca_ | git commit -v -a |
|
||||||
|
|||||||
Reference in New Issue
Block a user