mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 18:29:50 +00:00
Add shortcut for git add -u. It's implemented but isn't documented yet.
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user