Skip to content

Instantly share code, notes, and snippets.

@antdking
Last active June 4, 2018 11:28
Show Gist options
  • Save antdking/2b555f9d8db40b2a5e6cdfa92f7fe4ba to your computer and use it in GitHub Desktop.
Save antdking/2b555f9d8db40b2a5e6cdfa92f7fe4ba to your computer and use it in GitHub Desktop.
[user]
name = Anthony King
email = [email protected]
signingKey = 52F5423043534D7FA60ABA3E407508242BF5C605
[color]
ui = auto
[push]
default = simple
gpgSign = if-asked
[alias]
br = for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:cyan)%(authorname)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))'
[commit]
gpgsign = true
[tag]
gpgsig = true
[pager]
log = diff-highlight | less
show = diff-highlight | less
diff = diff-highlight | less
[interactive]
diffFilter = diff-highlight
[include]
path = base
[includeIf "gitdir:~/work/madetech/**"]
path = madetech
[user]
email = [email protected]
signingKey = 0B3C274D20A83E441D48C466C5E0C3BDB098D5F4
[include]
path = .config/git/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment