Skip to content

Instantly share code, notes, and snippets.

@johndavid400
Created September 18, 2012 18:43
Show Gist options
  • Save johndavid400/3744971 to your computer and use it in GitHub Desktop.
Save johndavid400/3744971 to your computer and use it in GitHub Desktop.
# JD's bash commands
alias gita='git add'
alias gitaa='git add .'
alias gits='git status'
alias gitpod='git push origin develop'
alias gitb='git branch'
alias ..='cd ..'
alias ack='ack-grep'
alias be='bundle exec'
alias bec='bundle exec cucumber'
alias berc='bundle exec rake cucumber'
alias rs='rake spec'
alias rdbm='rake db:migrate'
alias rdbr='rake db:reset'
alias gitcm='git commit -m'
alias gitpl='git pull origin'
alias gitph='git push origin'
alias gitc='git commit -m "'
# end JD's commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment