diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-24 13:23:22 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-24 13:23:22 +0800 |
commit | c7e01791ff397f9ae3621d71424a95cd068a0edf (patch) | |
tree | 2fd211a3e1a176d4cebdc8a7b7650173439a91fc /gitconfig | |
parent | 0143cd1866e2489ed30bd890c812a3073be6cc67 (diff) |
update
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 | ||