提交 1fb141cf 编写于 作者: M Mark Szymanski

Add gss alias for git status -s

上级 9f46eafa
......@@ -29,6 +29,8 @@ alias glg='git log --stat --max-count=5'
compdef _git glg=git-log
alias glgg='git log --graph --max-count=5'
compdef _git glgg=git-log
alias gss='git status -s'
compdef _git gss=git-status
# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册