728x90
commit ํ ๊ฒ์ push ํ๋๋ฐ ์๋ชป ์ฌ๋ฆฌ๊ฒ ๋์ด ๊ทธ commit์ ํ์ ๋ ์์ด ์ง์ฐ๊ณ ์ถ๋ค๋ฉด git revert ๋ฅผ ์ฌ์ฉํด์ผ ํ๋ค.
git log
๋ฅผ ํตํด์ commit ์ด๋ ฅ์ ํ์ธํ ๋ค, ์ด๋ํ๊ณ ์ถ์ commit์ id ๋ฅผ ์ฐพ๋๋ค.
git reset [commit id]
๋ค์ ๋ช ๋ น์ด๋ฅผ ํตํด ์ํ๋ commit ์ผ๋ก ์ด๋ ํ
git push origin main
ํ๋ฉด ๋!! ์ด๋ค.
๋ค์๊ณผ ๊ฐ์ด ์๋ฌ๊ฐ ๋๋ค๋ฉด?
git push origin +main
ํ๋ฉด ๋
[์ถ์ฒ]
https://velog.io/@rkio/Git-push-%EC%B7%A8%EC%86%8C%ED%95%98%EA%B8%B0
728x90