Skip to content

Instantly share code, notes, and snippets.

@Deliquescence
Last active December 16, 2022 03:39
Show Gist options
  • Save Deliquescence/969dbc3b4712298235eda196b82a2a6a to your computer and use it in GitHub Desktop.
Save Deliquescence/969dbc3b4712298235eda196b82a2a6a to your computer and use it in GitHub Desktop.
[alias]
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
# https://www.git-scm.com/docs/git-config#Documentation/git-config.txt-color
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%C(bold)%d%Creset %s %C(brightgreen)(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --branches
sizeof = ls-tree -r -l HEAD --
[merge]
conflictstyle = diff3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment