Last active
December 20, 2018 11:34
-
-
Save patrickmaciel/cadfccc18d54321ba37da18a40e45974 to your computer and use it in GitHub Desktop.
Aliases git bash / bash ubuntu windows 10 / cygwin #alias #bash
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 gst="git status" | |
alias gcm="git commit -m" | |
alias gca="git commit -a" | |
alias gaa="git add --all" | |
alias cc="cd /c" | |
alias comdo="composer dump-autoload -o" | |
alias comda="composer dump-autoload" | |
alias vhosts="vim /c/Windows/System32/drivers/etc/hosts" | |
alias tinker="php artisan tinker" | |
alias arti="php artisan" | |
alias artim="php artisan migrate" | |
alias artimm="php artisan make:migration" | |
alias artimr="php artisan migrate:rollback" | |
alias aptu="sudo apt-get update && sudo apt-get upgrade" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment