tutorial Tutorial of using git terminal - goto the location of the folder/project - git init git status git add git commit -m “…..” git remote add origin “location of remote repo” git push -u origin master git log git --help