0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02: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 |