1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

Git status command with gs

Daniel Barclay
2019-10-10 11:44:43 +01:00
parent 738006fb64
commit 06c741e7dc

@@ -179,6 +179,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _gsd_ | git svn dcommit |
| _gsps_ | git show --pretty = short --show-signature |
| _gsr_ | git svn rebase |
| _gs_ | git status |
| _gss_ | git status -s |
| _gst_ | git status |
| _gsta_ | git stash save |