Skip to content

Instantly share code, notes, and snippets.

@williscool
Last active January 20, 2021 07:29
Show Gist options
  • Save williscool/3455190 to your computer and use it in GitHub Desktop.
Save williscool/3455190 to your computer and use it in GitHub Desktop.
Standard Global gitconfig
[user]
name = William <REDACTED>
email = <REDACTED>
[color]
ui = true
branch = true
diff = true
status = true
log = true
[alias]
co = checkout
ci = commit
st = status
br = branch
log = log --color=always
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment