git show commitid --->查看某次提交的内容
git show HEAD^ --->查看上次提交的内容
git show HEAD@{5} --->查看仓库中 HEAD 在五次前的所指向的提交
git show locbranch@{yesterday} --->查看本地分支昨天提交的内容只对还在本地仓库引用日志里的数据有用,不能查几个月前的提交内容
git log -g locbranch ---> 查看分支历史提交
git show commitid --->查看某次提交的内容
git show HEAD^ --->查看上次提交的内容
git show HEAD@{5} --->查看仓库中 HEAD 在五次前的所指向的提交
git show locbranch@{yesterday} --->查看本地分支昨天提交的内容只对还在本地仓库引用日志里的数据有用,不能查几个月前的提交内容
git log -g locbranch ---> 查看分支历史提交
本文标题:git篇之show
本文链接:https://www.haomeiwen.com/subject/ybeoultx.html
网友评论