当前位置:   article > 正文

Git stash_git stash 提交到本地的历史记录

git stash 提交到本地的历史记录

Git stash

git stash

使用背景

Git stash 的使用,一般每次提交都会产生一次 git commit ,但是有的时候本地的功能并不是完整的,我们不希望把这次记录也提交到git分支上,这时候又一个办法就是使用 git stash

使用方法

Git stash : 存储当前stash记录;

git stash apply :返回当前的stash记录;

git stash pop: 删除 git stack中的记录,并且返回到当前 stash 记录;

使用source tree 恢复Stash记录
  1. 找到source tree的侧边栏目录 STASHES -> stashlist 双击按钮,选择 git statsh apply 即可
  2. 通过 Terminal 选择 git 的命令行工具;

参考资料

git stash的使用,点击链接

git stash的恢复,点击链接

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
  

闽ICP备14008679号