feat(git): add convenient configs from blog post

see https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b
This commit is contained in:
Pierre Martin
2022-08-18 08:06:21 +02:00
parent 8c4e1240e7
commit e2747733a4

View File

@@ -397,6 +397,10 @@ source <(kubectl completion zsh)
pull.ff = "only";
credential.helper = "store";
init.defaultBranch = "main";
# see https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b
help.autocorrect = 1;
fetch.prune = true;
};
};