Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 107 Bytes

git-pull-force.md

File metadata and controls

7 lines (6 loc) · 107 Bytes

Git Pull 강제로 하기

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