From 109c8512a961d11a944e7d1b545b1250332a8898 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 19 Dec 2022 07:04:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B4=D0=B0=D0=BF=D1=82=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BA=20git-extras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config b/config index a8589c9..244a8e2 100644 --- a/config +++ b/config @@ -117,12 +117,6 @@ track = update-index --no-assume-unchanged ls-untrack = !git ls-files -v | grep '^h' - rm-submodule = "!f() { git rm --cached $1 && \ - rm -rf $1 && \ - rm -rf .git/modules/$1 && \ - git config -f .gitmodules --remove-section submodule.$1 && \ - git config -f .git/config --remove-section submodule.$1; }; f" - [log] decorate = full @@ -158,5 +152,8 @@ changed = green untracked = cyan +[init] + defaultBranch = master + [include] path = user.conf