git init
git clone **the url**
git add .
git add **files**
Only before you push
git commit --amend
git remote add origin **reposotory url**
git remote show **name of the remote
git remote -v
git push **remote****branch**
git log
git log -p **name of the file**