xgqfrms / git

git all in one
https://git.xgqfrms.xyz
MIT License
2 stars 1 forks source link

git stash & git stash pop #12

Open xgqfrms opened 4 years ago

xgqfrms commented 4 years ago

git stash & git stash pop

# 暂存
$ git stash

# 暂存,出栈
$ git stash pop

image

xgqfrms commented 4 years ago

https://git-scm.com/docs/git-stash

https://www.javatpoint.com/git-stash

xgqfrms commented 4 years ago

7.3 Git 工具 - 储藏与清理

git stash

https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%82%A8%E8%97%8F%E4%B8%8E%E6%B8%85%E7%90%86

xgqfrms commented 4 years ago

https://www.cnblogs.com/xgqfrms/p/12164446.html