From b30ed4075f2db3a23e20e2e11c1c4a1b52f1e6e4 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 2 Jul 2026 17:09:02 +0200 Subject: global git config --- git/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 git/config (limited to 'git/config') diff --git a/git/config b/git/config new file mode 100644 index 0000000..f34c656 --- /dev/null +++ b/git/config @@ -0,0 +1,16 @@ +[alias] + st = status + co = checkout + ci = commit + br = branch + sw = switch +[push] + autoSetupRemote = true +[core] + editor = nvim + autocrlf = input +[fetch] + prune = true + +[includeIf "gitdir:~/projects/"] + path = ./work.inc -- cgit v1.3.1