diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | [user] | 1 | [user] |
2 | email = typebrook@gmail.com | 2 | email = typebrook@gmail.com |
3 | name = Hsieh Chin Fan | 3 | name = Hsieh Chin Fan |
4 | signingkey = D6E0FBF2ED83191843F83EE1ABE01EF36DD8C14A | 4 | signingkey = 6DD8C14A |
5 | 5 | ||
6 | [alias] | 6 | [alias] |
7 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | 7 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" |
@@ -24,3 +24,5 @@ | |||
24 | 24 | ||
25 | [credential] | 25 | [credential] |
26 | helper = store | 26 | helper = store |
27 | [gpg] | ||
28 | program = gpg2 | ||