Skip to content

Instantly share code, notes, and snippets.

@electriccode
Last active October 12, 2015 03:17
Show Gist options
  • Save electriccode/3962613 to your computer and use it in GitHub Desktop.
Save electriccode/3962613 to your computer and use it in GitHub Desktop.
Useful alias
alias glf="git log --author=pankaj --format='%ad %s' --date=short > ../log.txt"
alias gl="git log"
alias gs="git status"
alias rs="rails s"
alias rsu="rails s -u"
alias rdm="rake db:migrate"
alias rc="rails c"
alias bp="mate ~/.bash_profile"
alias bpreload="source ~/.bash_profile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment