Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Added alias for 'git add -A' (gaa).
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Costi committed Jul 19, 2016
1 parent e978ba6 commit 8111ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Expand Up @@ -100,6 +100,7 @@ alias gss='git stash save'
alias gsp='git stash pop'
alias gsl='git stash list'
alias ga='git add'
alias gaa='git add -A'
alias gcom='git commit'
alias gcommam='git commit -am'
alias gcomma='git commit -a'
Expand Down

0 comments on commit 8111ae3

Please sign in to comment.