Skip to content

Instantly share code, notes, and snippets.

@achempion
Last active April 1, 2017 23:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achempion/11c2f92d7ab72196e3bfd16293488721 to your computer and use it in GitHub Desktop.
Save achempion/11c2f92d7ab72196e3bfd16293488721 to your computer and use it in GitHub Desktop.
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