Skip to content

Instantly share code, notes, and snippets.

@dabit
Created October 7, 2011 16:00
Show Gist options
  • Save dabit/1270654 to your computer and use it in GitHub Desktop.
Save dabit/1270654 to your computer and use it in GitHub Desktop.
Useful aliases
alias gs="git status"
alias gc="git commit"
alias gp="git push"
alias gpl="git pull"
alias r=rails
alias ga="git add"
alias gr="git rm"
alias clean="find . -name \"*.orig\" -print -exec rm {} \;"
alias be="bundle exec"
alias ber="bundle exec rake"
alias cuke="be cucumber -rfeatures -fprogress"
alias cake="rake"
alias tag="ctags -R app lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment