diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-02-05 21:39:54 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-02-05 21:39:54 -0800 |
commit | 24c5e0cdfc6f7e557dc4fa64d45eb1acf4392943 (patch) | |
tree | 2c53600ae0183f1a4b50e05373c855a4c2b5327b /home | |
parent | d810514d672b6d61776efdc32eb16e6aeec9d070 (diff) |
move git config from cfgs to cfgl
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/git/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/xyz/.config/git/config b/home/xyz/.config/git/config new file mode 100644 index 00000000..832decc8 --- /dev/null +++ b/home/xyz/.config/git/config @@ -0,0 +1,10 @@ +[user] + email = gky44px1999@gmail.com + name = Xiao Pan + signingkey = FDA389A17B94BCE0E2FA3D71842BFD347BE06812 +[commit] + gpgsign = true +[gpg] + program = gpg +[url "https://github.com/"] + insteadOf = git://github.com/ |