Last active
June 4, 2018 11:28
-
-
Save antdking/2b555f9d8db40b2a5e6cdfa92f7fe4ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[include] | |
path = base | |
[includeIf "gitdir:~/work/madetech/**"] | |
path = madetech |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
signingKey = 0B3C274D20A83E441D48C466C5E0C3BDB098D5F4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[include] | |
path = .config/git/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment