본문 바로가기

git/github

[Git] patch로 롤백하기


git diff HEAD 2a8fe28

git diff HEAD 2a8fe28  -p > patch

git apply patch


apply patch.