Created
July 6, 2018 08:59
-
-
Save semihcosu/8a50c3a73ef4b2a713f2753df284d55e to your computer and use it in GitHub Desktop.
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 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