카테고리 없음
git pull / push force 강제
ddakker
2025. 6. 26. 12:41
## pull
git fetch --all
git reset --hard origin/main
## push
git push --force