Skip to content

Instantly share code, notes, and snippets.

@xahy
Last active August 5, 2018 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xahy/f40da6856923e6c33f841e0d9118a905 to your computer and use it in GitHub Desktop.
Save xahy/f40da6856923e6c33f841e0d9118a905 to your computer and use it in GitHub Desktop.
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 ."
@xahy
Copy link
Author

xahy commented Dec 9, 2016

Add this file and source it from the .bashrc or .zshrc file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment