Added git alias: gss=git status -s
authorMark Szymanski <mrman208@me.com>
Sun, 24 Oct 2010 13:57:01 +0000 (08:57 -0500)
committerMark Szymanski <mrman208@me.com>
Sun, 24 Oct 2010 13:57:01 +0000 (08:57 -0500)
aliases/git.aliases.bash

index 476ef08..40d8780 100644 (file)
@@ -8,6 +8,7 @@ alias g='git'
 alias get='git'
 alias gst='git status'
 alias gs='git status'
+alias gss='git status -s'
 alias gl='git pull'
 alias gup='git fetch && git rebase'
 alias gp='git push'
@@ -46,6 +47,7 @@ function git-help() {
   echo "  ga      = git add"
   echo "  gall   = git add ."
   echo "  gst/gs  = git status"
+  echo "  gss    = git status -s"
   echo "  gl      = git pull"
   echo "  gup     = git fetch && git rebase"
   echo "  gp      = git push"