Git commands:
- git branch- create new branch
- git checkout work - go to new branch
- git merge work - merge my branch(files ) with work branch
- git log - show all commit files that has been added
- git log --stat - show all commit files that has been added(with filename)
- git add {path to your filename} - add your files(as path)
- git pull - get files from the repository
- git push - push your files(that has been added)
- git status - show your file status
- git reset --hard - reset from last commited
MYSQL DUMP
\r inlto_test - connect to database
\. dump.sql - file must be in mysql\bin directory