Skip to content

stash

暂存代码。修改代码但未提交到仓库会影响指针的移动,这时就有了暂存动作。

git stash

取出暂存代码。

git stash pop

联系 math@baima.site