【发布时间】:2014-06-24 21:53:19
【问题描述】:
这样做:
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 时。有什么建议为什么它不起作用?
【问题讨论】:
标签: windows git powershell