less than 1 minute read

깃 브랜치 작업 하던 상태 저장

git stash

리스트 확인

git stash list

다시가져오기

git stash apply

제거하기

git stash drop

Categories:

Updated: