- 设置别名
git config --global alias.lg "具体的参数"
git config --global alias.lg "log --date=format:'%Y/%m/%d %H:%M:%S'
--pretty=format:'%C(yellow)%h%C(reset) %C(bold blue)%ad%C(reset) %an %C(green)%s%C(reset)'"
- 查看别名
git config --list | findstr alias
git config --get alias.lg