Git Pull 강제로 하기

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