Database stuff
clone stuff
- while in github file
- git clone https://github.....
create branch
- git checkout -b branchname
git status
update file
- git pull origin master
- must be in github/file
update personal changes
- git pull origin master
- git add "file/file.html" -- git add -A
- git commit -m "massege"
- git push origin master; -----or brach name