Stash
git stash
stash 저장
git stash list
stash list 보기
git stash apply --index (stash 이름)
git stash drop
stash 제거
git stash branch newBranch
Stash를 가진 새로운 브랜치를 만듬
'Git > Theory' 카테고리의 다른 글
blame (0) | 2013.05.06 |
---|---|
filter-branch (0) | 2013.05.06 |
Interactive (0) | 2013.05.06 |
Server (0) | 2013.05.06 |
Tip (0) | 2013.05.02 |
댓글