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