Skip to content

Instantly share code, notes, and snippets.

@kamontat
Created July 14, 2020 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamontat/8a7a118f322184fa0b982a561eabde77 to your computer and use it in GitHub Desktop.
Save kamontat/8a7a118f322184fa0b982a561eabde77 to your computer and use it in GitHub Desktop.
# This is Git's per-user configuration file.
[user]
name = Kamontat Chantrachirathumrong
# email = developer@kamontat.net
email = kamontat.chantrachirathumrong@agoda.com
# 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