git stash

kinghong97·2022년 4월 28일
0

git add .

git commit -m "하고 있던 작업내용"

git stash
현재 하던거 임시 저장

git stash list
stash 목록 보임

git stash apply
가장 최근 stash 복구

git stash drop
가장 최근 stash 제거

0개의 댓글

관련 채용 정보