Created
September 18, 2012 18:43
-
-
Save johndavid400/3744971 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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