Skip to content

Commit

Permalink
Add an alias for ga --> git add, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Szymanski committed Aug 27, 2011
1 parent 1fb141c commit bd6aba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -31,6 +31,8 @@ alias glgg='git log --graph --max-count=5'
compdef _git glgg=git-log
alias gss='git status -s'
compdef _git gss=git-status
alias ga='git add'
compdef _git ga=git-add

# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
Expand Down

0 comments on commit bd6aba9

Please sign in to comment.