- Add new changes to Git(do before committing):
git add . - To pull latest version from Github:
git pull origin master - To commit changes:
git commit -m "Commit message" - To push changes to Github:
git push origin master
- Unity 2018.3.0f2
- Visual Studio 2017 (community version)