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