First command ( after you have created a Git repository)
1. git clone + (url of the link)
2. git commit -a -m " some message"
3. git push origin master
You can also do git status to check update report
If stuck in terminal, to exit type : Q