Skip to content

Instantly share code, notes, and snippets.

@michaelabon
Created January 10, 2014 00:32
Show Gist options
  • Save michaelabon/8344811 to your computer and use it in GitHub Desktop.
Save michaelabon/8344811 to your computer and use it in GitHub Desktop.
Such alias.
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