git log formatting

后端 未结 4 1464
不思量自难忘°
不思量自难忘° 2021-01-30 23:52

I need to have format like:

git log --decorate --graph --oneline --date-order

but I need it also:

  1. to contain date (short)
4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 00:05

    In non-ancient versions of git you can configure git log to enable decorations thusly:

    git config --global log.decorate full
    

提交回复
热议问题