[Git] stash stash 저장하기 git stash stash 목록보기 git stash list stash 불러오기 git stash pop git stash apply stash@{1} stash 실행취소 git stash pop 과정에서 충돌이 발생했다면 pop된 stash는 목록에 남아있습니다. git reset HEAD . git stash DevOps/Git 2022.09.26