[Git] git stash, git stash list, git stash apply, git stash drop

codesheep09·2023년 9월 21일
0

git stash

하던 작업을 스택에 임시로 저장한다.

git stash list

스택에 임시 저장된 작업 리스트를 확인한다.

git stash apply

스택의 가장 최근에 임시 저장된 작업을 가져온다.

git stash drop

스택에 남아있는 가장 최근에 임시 저장된 작업 리스트를 삭제한다.

profile
IT 관련 내용들을 정리하는 공간입니다.

0개의 댓글