dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 395ed1581553b76fe4f1dc7dc7d3cf3492086d99
parent 6f63739f3938c61ff698935d522ec19901162e43
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 17 Mar 2021 18:46:06 +0100

.gitconfig: use master as default branch

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

diff --git a/.gitconfig b/.gitconfig @@ -38,3 +38,5 @@ helper = cache --timeout=36000 [pull] rebase = true +[init] + defaultBranch = master