git clone "url"
git remote -v
git remote add upstream "url"
git remote -v
git remote -v
git fetch upstream
git merge upstream/master
git commit -m "Message for the commit"
git push origin master
git checkout -b "branch-name"
git push origin "branch-name"
git status
<<<<<<<<HEAD<<<<<<<<<<
some_code
==================================
other_code
>>>>>>>>small_conflict>>>>>>>>