git stash pop

  • 最好使用git stash apply
  • git stash save 'test' // 存所以的
  • 暂存某一个文件
    • git add file
    • git stash push -m'test' file
posted @ 2021-06-07 20:12  Running00  阅读(50)  评论(0编辑  收藏  举报