linux2022. 6. 30. 15:43

ex)


git stash save // 변경사항 저장
git stash list // 리스트 확인 
git stash show stash@{0} -p // 특정 stash의 내용 확인
git stash show stash@{1} -p 
git stash show stash@{0} -p
git stash apply

 

 

https://gmlwjd9405.github.io/2018/05/18/git-stash.html

'linux' 카테고리의 다른 글

GPL 관련 tip  (0) 2022.09.10
custom vimrc  (0) 2022.07.05
timer example  (0) 2021.07.08
Network interface Restart 시 주의 사항  (0) 2019.11.21
4.9.x driver 중, memcpy 시도 할 경우, kernel panic #PAN emulation  (0) 2019.10.15
Posted by easy16