美文网首页
git 常用命名

git 常用命名

作者: 汪南 | 来源:发表于2016-03-13 16:14 被阅读0次

    git log -p -2    查看最近2次的提交历史记录,-p选项 展开显示每次提交的内容差异

    git log  --author=haiwang  --author 仅显示指定作者相关的提交。

    git log --graph   commit的树状

    相关文章

      网友评论

          本文标题:git 常用命名

          本文链接:https://www.haomeiwen.com/subject/yexflttx.html