竹磬网-邵珠庆の日记 生命只有一次,你可以用它来做些更多伟大的事情–Make the world a little better and easier


1612月/130

Git常用命令列表

发布在 邵珠庆

修改git-log的日期格式

git config log.date iso

git config --global log.date iso

--date=(relative|local|default|iso|rfc|short|raw) 
Only takes effect for dates shown in human-readable format, such as when using "--pretty". 
log.date config

[......]阅读全文