this.isMin.uk


git patch를 만드는 방법

git stash list // patch 파일 만들 stash 확인
git stash show -p stash@{0} > filename.patch
Til, Git