Last active
October 12, 2015 03:17
-
-
Save electriccode/3962613 to your computer and use it in GitHub Desktop.
Useful alias
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 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