git clone https://github.com/Eurobot-Reset/eurobot-unity-digitalTwin.git
https://docs.google.com/presentation/d/1jqn6J_FduEhbOO8Rc5c7lhqrliscYYQ8WZq_qtzbk0U/edit?usp=sharing
git checkout -b BRANCH_NAME
git add . (to add all new files you've created or changed)
git commit -m "My message" -- (for short commit)
git commit -s -- (for detailed commit)
- (vim editor opens)
- i (to enter edit mode)
Subject: short overview
Continue the sentence "After pulling this commit I'll get...":
1) change 1
2) change 2
3) ...
git push -u origin localBranch:remoteBranchToBeCreated
git push origin branchName
git pull origin remoteBrancNname
git revert HEAD
git reflog
git reset --hard a0d3fe6, // where a0d3fe6 - is a head id
git mergetool --tool=unityyamlmerge