From 963d10a58c521a34ab20eeca09a30135be1d2a82 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Tue, 30 Dec 2025 12:25:44 -0500 Subject: [PATCH] save --- git/.config/git/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 git/.config/git/config diff --git a/git/.config/git/config b/git/.config/git/config new file mode 100644 index 0000000..fe29f5f --- /dev/null +++ b/git/.config/git/config @@ -0,0 +1,16 @@ +[user] + name = vx-clutch + email = owestness@gmail.com + +[core] + editor = nvim + excludesFile = ~/.gitignore + +[pull] + rebase = true + +[rebase] + autoStash = true + +[push] + default = current