dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6b4682bbfb9ee581ecf2dc6144d7fd0849453db7
parent 4dc5077acbad0ac4bb700bb5688be0bbdd78f061
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 15 Feb 2021 10:22:29 +0100

gitconfig: set default branch to master

Sorry, political correctness and breaking software isn't my thing.

Diffstat:
Mgit/gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -105,3 +105,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[init] + defaultBranch = master