- git(https://git-scm.com/download/win) をダウンロードしてインストールする option(with linux command)
gitsync.bat
REM Switch Disk
D:
cd D:\your-git-folder
git checkout -f master
git fetch origin master
REM Keep Local Change File Here
git update-index --assume-unchanged Unity/Assets/Model/AppInfo.cs
REM Remove Merge Problem File Here
rm -rf Unity/Assets/Model/AppInfo.cs.meta
git pull origin master
PAUSE
後は TaskManager 実行するだけ