Last active
August 5, 2018 08:53
-
-
Save xahy/f40da6856923e6c33f841e0d9118a905 to your computer and use it in GitHub Desktop.
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 gs="git status" | |
alias gl="git log" | |
alias gaa="git add ." | |
alias gc="git commit -m " | |
alias gcad="git commit -m 'update ad [deploy: production]'" | |
alias gp="git push" | |
alias nah="git reset --hard && git clean -df" | |
alias sites="cd ~/Sites" | |
alias art="php artisan " | |
alias fresh="php artisan migrate:fresh --seed" | |
alias migrate="php artisan migrate" | |
alias s="subl ." | |
alias o="open ." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this file and source it from the .bashrc or .zshrc file.