Template Maze Task Documentation: https://docs.google.com/document/d/1mmQLQhJR1E_ozdP1e9LD4sO0lWMukzI4Q-NWyUVPxMQ/edit?usp=sharing
- Unity 2018 4.0f1 LTS You can download here: https://unity3d.com/get-unity/download/archive
- Git LFS Make sure you have Git LFS: https://git-lfs.github.com/
git clone https://github.com/ReCVEB/NewMazeTask.git
To add your changes to commit
git add .
To commit
git commit -m "commit message"
To push
git push origin master
cd your_directory/MazeTask
git pull
git checkout --ours folderA/filename.xxx
git checkout --theirs folderB/filename.yyy
git stash