Skip to content

Commit

Permalink
Added git diff alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Hurtevent committed May 15, 2012
1 parent 5e4994e commit 44bc2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ alias gs="git status"
alias gp="git pull"
alias ga="git add"
alias gc="git commit -m"
alias gd="git diff"

# Symfony aliases
alias sf="app/console"
Expand Down

0 comments on commit 44bc2b4

Please sign in to comment.