我正在处理 gitimmersion 并创建别名 [复数]。一切正常,除了我的组织。
$ git config --global alias.hist log --pretty=format: '%h %ad | %s%d [%an]' --graph --date=short
这会将我带到 .config 页面,但不会创建别名
我知道代码有效(我为其创建别名的部分),因为当我运行时
$ git log --pretty=format: '%h %ad | %s%d [%an]' --graph --date=short
它完成了我想要的任务。
使别名起作用的任何想法