ls
git commit -a
git config --global user.email www@37.187.101.7
git config --global user.name www
git push
cd SRC/
clear
git pull
exit
git add .
git reset --hard HEAD~1
nano .gitignore
git commit
git rm --cached
git rm --cached SRC/app/config/database.php
git rm --cached SRC/app/config/local/database.php
rm .bash_history
php artisan serve
php artisan server
mysql -u root -p
php artisan db:seed
cd ..
git add SRC/config/database.php