-
-
Save sarthaksavvy/f81ffb5b36f83ea396693efc7a1eaf11 to your computer and use it in GitHub Desktop.
# Alias for composer | |
alias cr=composer | |
alias cri="composer install" | |
alias crd="composer dump-autoload" | |
alias cru="composer update" | |
# Alias for artisan commands | |
alias pa="php artisan" | |
alias pamm="php artisan make:model" | |
alias pamc="php artisan make:controller" | |
alias pakg="php artisan key:generate" | |
alias pamt="php artisan make:test" | |
# Alias for git | |
alias g=git | |
alias gp="git push" | |
alias gs="git status" |
can i use it windows 10 and how to use it ? explain please thank you .
what is acm?
g acm first for seven... acm means what you wrote in tutorial..
can i use it windows 10 and how to use it ? explain please thank you .
can i use it windows 10 and how to use it ? explain please thank you .
You can install gitbash or cmder and then yes you can use with windows
what is acm?
g acm first for seven... acm means what you wrote in tutorial..
This is on my git config settings,
Check this gist https://gist.github.com/sarthaksavvy/3016900433910b32043c219cd341afda
how to use this ? what command should i write and where ,to get what specific output and its use? PLEASE !!! make a separate video .... if made please send the link.
how to use this ? what command should i write and where ,to get what specific output and its use? PLEASE !!! make a separate video .... if made please send the link.
This is a simple google thing. Like This
i am not getting how to use on latest vs code
what is acm? g acm first for seven... acm means what you wrote in tutorial..
This mean git add . && git commit -m "The message"
how to make it on windows