Skip to content

Instantly share code, notes, and snippets.

@ElHacker
Created February 27, 2021 00:44
Show Gist options
  • Save ElHacker/9d5e87344d95abaa37351c19ad4d5a46 to your computer and use it in GitHub Desktop.
Save ElHacker/9d5e87344d95abaa37351c19ad4d5a46 to your computer and use it in GitHub Desktop.
[user]
email = <your-email>
[alias]
h = log --pretty=format:'%Creset%C(red bold)[%ad] %C(blue bold)%h %Creset%C(magenta bold)%d %Creset%s %C(green bold)(%an)%Creset' --graph --abbrev-commit --date=short
ha = log --pretty=format:'%Creset%C(red bold)[%ad] %C(blue bold)%h %Creset%C(magenta bold)%d %Creset%s %C(green bold)(%an)%Creset' --graph --all --abbrev-commit --date=short
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment