Github命令_git log

Posted grooovvve

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Github命令_git log相关的知识,希望对你有一定的参考价值。

git log一般是用来查看提交(commit)记录的,

具体来说:一是自定义提交的输出格式,二是过滤输出哪些提交;

 

git log -p 可以显示每次提交的内容差异;

git fetch之后可以尝试输入一下内容:

git log -p master..origin/master   //用来显示包含在origin/master而不再master分支的提交;

 

 

git shortlog  //可以按照提交者的名称显示提交

技术图片

 

==================================================================

相关链接:

研究一下git log的用法:
https://www.cnblogs.com/zhangjianbin/p/7778625.html

 

git log 查看提交记录
https://www.cnblogs.com/mf001/p/8663879.html

 

以上是关于Github命令_git log的主要内容,如果未能解决你的问题,请参考以下文章

github创建远程仓库和git常用命令

Git_错误_01_failed to push some refs to 'git@github.com

Git学习_把版本库发布到GitHub

Git命令_git init本地仓库和远程仓库创建

Git命令_git init本地仓库和远程仓库创建

Git_学习_01_ Git常用命令