【发布时间】:2015-04-20 19:25:08
【问题描述】:
为什么git log 不简单地记录所有最新的提交?
这是什么意思?
--all
Pretend as if all the refs in refs/ are listed on the command line as <commit>.
我假设,一旦翻译成简单的英语,这意味着显示所有最新的提交。
谁能澄清一下。
【问题讨论】:
-
感谢您提出这个问题 - 我的一些别名中有“
log --all”,我认为这意味着“查看所有分支,而不仅仅是当前分支”(看起来是或多或少是正确的),但我今天查看了文档只是为了确定,然后再告诉别人使用它。我读了那句话并想“WTF?”。
标签: git