Skip to content

Commit

Permalink
updating git pull alias
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Apr 28, 2015
1 parent d83da29 commit cb0c7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases
Expand Up @@ -98,7 +98,7 @@ alias srr="find . -name .svn -print0 | xargs -0 rm -rf"

# git
alias gb="git branch"
alias gl="git pull"
alias gg="git pull"
alias gp="git push"

# mysql
Expand Down

0 comments on commit cb0c7ab

Please sign in to comment.