Skip to content

Instantly share code, notes, and snippets.

@OwenMelbz
Created July 16, 2018 11:27
Show Gist options
  • Save OwenMelbz/b5048267eac427e4026857730879b7ee to your computer and use it in GitHub Desktop.
Save OwenMelbz/b5048267eac427e4026857730879b7ee to your computer and use it in GitHub Desktop.
SSH 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