Skip to content

Instantly share code, notes, and snippets.

@augcesar
Created August 5, 2015 14:02
Show Gist options
  • Save augcesar/bc10232374fba285d3f4 to your computer and use it in GitHub Desktop.
Save augcesar/bc10232374fba285d3f4 to your computer and use it in GitHub Desktop.
alias rs="rails s -b 127.0.0.1"
alias rc="rails c"
alias gs="git status"
alias ga="git add \$@"
alias gps="git push origin $1"
alias gpl="git pull origin $1"
alias gk="gitk --all"
alias gc="git commit \$@"
alias gsh="git stash $1"
alias routes="rake routes | grep $1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment