Skip to content

Instantly share code, notes, and snippets.

@ikem-krueger
Created September 29, 2023 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikem-krueger/80463db60237f6942aebbfa2e1698ecd to your computer and use it in GitHub Desktop.
Save ikem-krueger/80463db60237f6942aebbfa2e1698ecd to your computer and use it in GitHub Desktop.
[core]
safecrlf = false
autocrlf = input
longpaths = true
[help]
format = web
[alias]
co = checkout
ci = commit
st = status
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
hist = log --pretty=format:'%Cred%h%Creset %Cgreen%ad%Creset | %s%C(yellow)%d%Creset %C(bold blue)[%an]%Creset' --graph --date=short
type = cat-file -t
dump = cat-file -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment