Command's of git . { Contiune to updates }
1-git init ------------> Start of your project on git in your folder
2-git status ------------> watch your status witch files on git and witch one are not
3- git add ---------------> add files on git
4- git commit -m '' --------------> create massages for changes on your file
5-git log -----> see your commit histories