Skip to content

Instantly share code, notes, and snippets.

@OwenMelbz
Created August 16, 2017 16:33
Show Gist options
  • Save OwenMelbz/8d86181cec865c15ae2f35a118d4d783 to your computer and use it in GitHub Desktop.
Save OwenMelbz/8d86181cec865c15ae2f35a118d4d783 to your computer and use it in GitHub Desktop.
Handy bash aliases
alias code='cd ~/Sites'
alias nah='git reset --hard;git clean -df;'
gogo() {
git add .
git commit -m "$(echo $@)"
git pull
git push
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment