Skip to content

Instantly share code, notes, and snippets.

@drewdeponte
Created January 8, 2011 00:06
Show Gist options
  • Save drewdeponte/770345 to your computer and use it in GitHub Desktop.
Save drewdeponte/770345 to your computer and use it in GitHub Desktop.
# Git aliases
alias gs='git status'
alias gd='git diff | mate'
alias gb='git branch'
# Bundle aliases
alias be='bundle exec'
alias bec='be cucumber -f pretty'
alias bes='be rspec --format doc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment