mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add shortcut for git add -u. It's implemented but isn't documented yet.
parent
fadc6b6ec6
commit
29319e8bf8
|
@ -88,6 +88,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
|
|||
|:-----------------------|:----------------------------------------------------------------------------------|
|
||||
| _g_ | git |
|
||||
| _ga_ | git add |
|
||||
| _gau_ | git add -u |
|
||||
| _gaa_ | git add --all |
|
||||
| _gapa_ | git add --patch |
|
||||
| _gb_ | git branch |
|
||||
|
|
Loading…
Reference in New Issue