Created
July 14, 2020 05:47
-
-
Save kamontat/8a7a118f322184fa0b982a561eabde77 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
# This is Git's per-user configuration file. | |
[user] | |
name = Kamontat Chantrachirathumrong | |
# email = [email protected] | |
email = [email protected] | |
# signingKey = 705CB6B32BBCBABA | |
signingKey = DD18B41623EB11D1 | |
[alias] | |
com = commit | |
d = diff | |
branch-graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches | |
ignore = "!gi() { curl -sL https://www.gitignore.io/api/$@ ;}; gi" | |
[color] | |
ui = true | |
[log] | |
abbrevCommit = true | |
date = relative | |
decorate = auto | |
graphColors = "#ed4d3b,#f1c714,#6495ed,#ffc0cb,#fff7cc,#cef7f2,#c7dba7,#a7dbd5,#008000,#bba7db" | |
[commit] | |
gpgSign = true | |
[tag] | |
forceSignAnnotated = true | |
[filter "lfs"] | |
process = git-lfs filter-process | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
[github] | |
user = kamontat | |
[gpg] | |
program = gpg | |
[credential "https://source.developers.google.com"] | |
helper = gcloud.sh | |
[pull] | |
rebase = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment