Git

Git #

同步远端放弃本地 #

git fetch --all
git reset --hard origin/master
git pull 

Windows下问题 #

[[Problem of Windows#Windows下Git问题]]