gpt4 book ai didi

windows - 在 Windows 上通过别名将 git hist 设置为 pretty-print 日志

转载 作者:可可西里 更新时间:2023-11-01 09:20:22 26 4
gpt4 key购买 nike

这样做:

git config --global alias.hist 'log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short'

as mentioned在 Windows 机器上给我这个错误:

usage: git config [options]

当我尝试运行 git hist 时。有什么建议为什么它不起作用吗?

最佳答案

我无法获取添加 hist 的命令git 的别名.但是我直接把它插入.gitconfig通常可以位于 "C:\Users\<login name>\" 的文件或 "C:\Documents and Settings\<login name>\" .

看我的片段.gitconfig文件,并记下要对 hist 所做的更改别名,以便它在 Windows 下工作正常。

[alias]
co = checkout
ci = commit
st = status
br = branch
hist = !git --no-pager log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p

关于windows - 在 Windows 上通过别名将 git hist 设置为 pretty-print 日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23525959/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com