특정 파일만 stash 하기 | git stash push

막국수·2024년 2월 13일

출처 및 참고 사이트

https://stackoverflow.com/questions/5506339/how-can-i-git-stash-a-specific-file

배경 설명

수정된 파일 전부가 아니라 특정 파일만 나눠서 stash 하고 싶었다.

내용 설명

git stash push -m "stash message" path/to/file1
profile
막 쓰는 블로그

0개의 댓글