diff --git a/tool/git.md b/tool/git.md index 8e60245..c94eec8 100755 --- a/tool/git.md +++ b/tool/git.md @@ -189,6 +189,7 @@ git stash apply stash{0} 回复第一个 git stash pop 恢复并且删除暂存区 git stash drop stash{0} 删除暂存区 ``` + ![](./img/gitwork.jpg)