Skip to content

Instantly share code, notes, and snippets.

@Console32
Created February 21, 2021 08:14
Show Gist options
  • Save Console32/fc6e7c844e1a80fcc3abe341090e946c to your computer and use it in GitHub Desktop.
Save Console32/fc6e7c844e1a80fcc3abe341090e946c to your computer and use it in GitHub Desktop.
git lol & git ls Windows
[alias]
ls = log --graph --decorate --format=\"%C(yellow)%h %Cblue%ad %Cgreen%<(8,trunc)%aN%C(auto)%d %Creset%<(80,trunc)%s\" --date=short -n 10
lsa = log --graph --decorate --format=\"%C(yellow)%h %Cblue%ad %Cgreen%<(8,trunc)%aN%C(auto)%d %Creset%<(80,trunc)%s\" --date=short --all -n 10
lola = log --graph --decorate --format=\"%C(yellow)%h %Cblue%ad %Cgreen%<(8,trunc)%aN%C(auto)%d %Creset%<(80,trunc)%s\" --date=short --all
lol = log --graph --decorate --format=\"%C(yellow)%h %Cblue%ad %Cgreen%<(8,trunc)%aN%C(auto)%d %Creset%<(80,trunc)%s\" --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment