aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-09-14 15:06:37 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-09-14 15:06:37 +0800
commit9f47991e155509d1acbbc447d5bc1980bdb0fd55 (patch)
tree02179808abeab5ed3f5a3535f3358b99372c4abb /gitconfig
parente7e146a0a321217519e861053003394e3893f9ef (diff)
Update
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig15
1 files changed, 12 insertions, 3 deletions
diff --git a/gitconfig b/gitconfig
index 89e4ccd..fbc408b 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,8 +1,18 @@
1[user] 1[user]
2 email = typebrook@gmail.com 2 email = pham@topo.tw
3 name = Hsieh Chin Fan 3 name = Hsieh Chin Fan
4 signingkey = 6DD8C14A 4 signingkey = 6DD8C14A
5 5
6[sendemail]
7 smtpserver = mail.topo.tw
8 smtpuser = pham
9 smtpencryption = tls
10 smtpserverport = 587
11 smtpPass = `pass pham@topo.tw`
12
13[gpg]
14 program = gpg2
15
6[alias] 16[alias]
7 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 17 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"
8 stashstaged = !git stash --keep-index && \ 18 stashstaged = !git stash --keep-index && \
@@ -24,8 +34,7 @@
24 34
25[credential] 35[credential]
26 helper = store 36 helper = store
27[gpg] 37
28 program = gpg2
29[filter "lfs"] 38[filter "lfs"]
30 process = git-lfs filter-process 39 process = git-lfs filter-process
31 required = true 40 required = true