【发布时间】:2017-09-28 20:19:13
【问题描述】:
我经常使用“git log --graph --all --decorate --online”命令。
用所有参数编写它既冗长又乏味。 我知道我希望这些选项始终应用于我的 git log cmd。
编辑:我只想让 git 改变它的行为——而不是在它之外写一些脚本,调整 win shell 或 smth! 我想写 "git log",它确实是
"git log --graph --all --decorate --online"自动
和 vim 一样,可能有一些默认配置文件?
【问题讨论】:
-
写一个批处理脚本。