Commit bd6aba9c authored by Mark Szymanski's avatar Mark Szymanski
Browse files

Add an alias for ga --> git add, too

parent 1fb141cf
...@@ -31,6 +31,8 @@ alias glgg='git log --graph --max-count=5' ...@@ -31,6 +31,8 @@ alias glgg='git log --graph --max-count=5'
compdef _git glgg=git-log compdef _git glgg=git-log
alias gss='git status -s' alias gss='git status -s'
compdef _git gss=git-status compdef _git gss=git-status
alias ga='git add'
compdef _git ga=git-add
# Git and svn mix # Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk' alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment