Last active
April 1, 2017 23:23
-
-
Save achempion/11c2f92d7ab72196e3bfd16293488721 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
alias gs='git status ' | |
alias ga='git add ' | |
alias gb='git branch ' | |
alias gc='git commit' | |
alias gd='git diff' | |
alias gco='git checkout ' | |
alias gp='git push ' | |
alias gpf='git push --force ' | |
alias gpr='git pull --rebase ' | |
alias grhh='git reset HEAD --hard ' | |
alias bers='bundle exec rails s ' | |
alias berc='bundle exec rails c ' | |
alias ber='bundle exec rake ' | |
alias ic='cd ~/Library/Mobile\ Documents/com~apple~CloudDocs' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment