Skip to content

jackbaron/Setup-git-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Setup-git-log

Add the following code to the git config file

ui = true
[alias]
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'
ll = !git l --all
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
	

image

About

See log git commit with the command git ll

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published