一、常用配置
配置别名
1
|
git config --global alias.tree
'log --pretty=format:"%h | %an | %cd | %s " --date=format:"%Y年%m月%d日 %H时%M分%S秒"'
|
一、常用配置
配置别名
1
|
git config --global alias.tree
'log --pretty=format:"%h | %an | %cd | %s " --date=format:"%Y年%m月%d日 %H时%M分%S秒"'
|
转载于:https://www.cnblogs.com/apescode/p/8670453.html