/*
Check the file status
*/
git status
/*
This will add your changes to the Staging on your machine
*/
git add .
/*
To commit your changes to the local repo
*/
git commit -m "Your message goes here, always add your message"
/*
To push the changes to the online repor
*/
git push origin master
/*git reset for resert urlocal code
git reset
/*confiq margetoll
git margetool
git marger then
composer dump-autoload
//create middleware
git php artisan make:middleware Admin
Git has two modes of how it treats line endings:
$ git config core.autocrlf
# that command will print "true" or "false" or "input"
Check the file status
*/
git status
/*
This will add your changes to the Staging on your machine
*/
git add .
/*
To commit your changes to the local repo
*/
git commit -m "Your message goes here, always add your message"
/*
To push the changes to the online repor
*/
git push origin master
/*git reset for resert urlocal code
git reset
/*confiq margetoll
git margetool
git marger then
composer dump-autoload
//create middleware
git php artisan make:middleware Admin
Git has two modes of how it treats line endings:
$ git config core.autocrlf
# that command will print "true" or "false" or "input"
Comments
Post a Comment