git-log - git log Why does the interactive interface not appear when there are many logs and all logs are output directly?
高洛峰
高洛峰 2017-05-02 09:47:05
0
3
769

When there are too many logs in git log, how can I output them all directly without an interactive interface appearing?

I want to use it in a shell script

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(3)
黄舟

Just disable pager paging

git --no-pager log
曾经蜡笔没有小新

Export to filegit log >log.txt

世界只因有你

You can use the git reflog command. Each submission has only one line of records

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template