logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: cd13fa3bbcfe0a1bd7a473531fa4090ab53d4d64
parent e054096cc31694e47474e5cb67155594e757425b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 13 Aug 2022 14:17:10 +0200

.gitconfig: rebase.autoSquash = true

Diffstat:

M.gitconfig1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -33,5 +33,6 @@ rebase = true [rebase] autostash = true + autoSquash = true [format] notes = yes