3초기억력

diff)파일 비교 패치파일 생성하기 git diff 명령어 본문

IT스킬

diff)파일 비교 패치파일 생성하기 git diff 명령어

잠수콩 2021. 11. 1. 17:15

(a 기존폴더, b 수정폴더)

파일 개별 비교
git diff a/order_table.php b/order_table.php > patch.txt

파일 폴더 비교(a 기존폴더, b 수정폴더)
git diff a/ b/ > patch2.txt

Comments