Created
January 10, 2014 00:32
-
-
Save michaelabon/8344811 to your computer and use it in GitHub Desktop.
Such 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 very='git checkout' | |
function such() { | |
git commit -m "$@" | |
} | |
alias wow='git push' | |
alias ?????='bundle exec cap staging deploy' | |
alias amaze='bundle exec cap production deploy' | |
alias doge=alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment