DevOps
git pull conflict일 때 해결방법
void
2020. 5. 7. 10:00
git fetch --all
git reset --hard origin/master
git pull origin master