项目作者: jackbaron

项目描述 :
See log git commit with the command git ll
高级语言:
项目地址: git://github.com/jackbaron/Setup-git-log.git
创建时间: 2019-10-29T14:44:39Z
项目社区:https://github.com/jackbaron/Setup-git-log

开源协议:

下载


Setup-git-log

Add the following code to the git config file

  1. ui = true
  2. [alias]
  3. l = log --graph --pretty=format:'%C(yellow)%h%Creset%C(blue)%d%Creset %C(white bold)%s%Creset %C(white dim)(by %an %ar)%Creset'
  4. ll = !git l --all
  5. [filter "lfs"]
  6. clean = git-lfs clean -- %f
  7. smudge = git-lfs smudge -- %f
  8. process = git-lfs filter-process
  9. required = true

image