Skip to content

Instantly share code, notes, and snippets.

@bricelam
Last active January 7, 2020 16:58
Show Gist options
  • Save bricelam/f41b57afec41d4148fef to your computer and use it in GitHub Desktop.
Save bricelam/f41b57afec41d4148fef to your computer and use it in GitHub Desktop.
Git Configuration
[user]
name = Brice Lambson
email = brice@bricelam.net
[alias]
logg = log --graph -35
[commit]
gpgsign = true
[core]
editor = notepad
pager = less -E
[format]
pretty = %C(auto)%h%d %s %C(bold blue)%aN %C(black)%cr
[gpg]
format = x509
[gpg "x509"]
program = smimesign
[pull]
ff = only
[push]
default = upstream
[rebase]
autoSquash = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment