Skip to content

Instantly share code, notes, and snippets.

@semihcosu
Created July 6, 2018 08:59
Show Gist options
  • Save semihcosu/8a50c3a73ef4b2a713f2753df284d55e to your computer and use it in GitHub Desktop.
Save semihcosu/8a50c3a73ef4b2a713f2753df284d55e to your computer and use it in GitHub Desktop.
aliases
alias art="php artisan"
alias nah='git reset --hard;git clean -df'
alias art:refresh="php artisan migrate:refresh"
alias art:refresh-seed="php artisan migrate:refresh --seed"
alias gri="git ls-files --ignored --exclude-standard -z | xargs -0 git rm --cached"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment