From 7b7b4133e12b3bedeb339757666b519612cdc8fd Mon Sep 17 00:00:00 2001 From: urosm Date: Tue, 26 Dec 2023 00:12:56 +0100 Subject: [PATCH] update `git` config --- git/config | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/git/config b/git/config index 1f78b74..5d4ada5 100644 --- a/git/config +++ b/git/config @@ -3,15 +3,3 @@ [user] email = urosm@kompot.si name = urosm -[init] - defaultBranch = main -[alias] - l = log --pretty=oneline - s = status - d = diff - a = add - c = commit - rir = rebase -i --root -[rebase] - autoSquash = true - autoStash = true