git

来源:互联网 发布:好看的武侠小说知乎 编辑:程序博客网 时间:2024/06/05 11:59

  •    想看到最近一次提交所有更改过的文件

                对应命令 git log -n 1 --stat

  •    git stash 命令                  git stash    git checkout mater git add .   git commit -m 'last'       git checkout branch    git checkout branch    git stash list 

      查看已经存储的工作现场

      git stash pop    

     回到工作现场





原创粉丝点击