diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 02:00:57 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 02:00:57 -0800 |
commit | 1c649a78e8be7fc8d9a71139430d0998d59b8bd3 (patch) | |
tree | 3629baffc74db7b816063e762ac6bc7ee9c27dba /home/xyz/.config/git | |
parent | 70e5b261e81ccc102550543304fef129dd085cd1 (diff) |
git need email to push
Diffstat (limited to 'home/xyz/.config/git')
-rw-r--r-- | home/xyz/.config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.config/git/config b/home/xyz/.config/git/config index 60734739..16b26035 100644 --- a/home/xyz/.config/git/config +++ b/home/xyz/.config/git/config @@ -1,2 +1,5 @@ +[user] + email = gky44px1999@gmail.com + name = Xiao Pan [url "https://github.com/"] insteadOf = git://github.com/ |