본문 바로가기
Programming/Git

git diff patch - 패치 생성/적용

by Chan_찬 2020. 6. 8.
728x90

$ git diff --no-prefix > patchfile # 패치파일 생성

$ patch -p0 < patchfile # 패치적용
728x90
728x90

'Programming > Git' 카테고리의 다른 글

git pull overwrite  (0) 2020.06.10
git pull without login - for gitlab  (0) 2020.06.09
git add 취소  (0) 2020.06.08
git push하기 - terminal  (0) 2016.04.01
SSH key & multi GitHub & IntelliJ  (0) 2016.03.25
Buy me a coffeeBuy me a coffee

댓글