git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 84f67135564ab4477328a1f87b2ffbcd07e852c4
parent 0cac30fb166e3d40055d085455e7d630831fb45d
Author: Luís Ferreira <contact@lsferreira.net>
Date:   Tue, 18 Jan 2022 16:34:51 +0000

fix(generation): make worktree folder 'raw' instead of 'file'

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Diffstat:
Mscripts/generate-git.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/generate-git.sh b/scripts/generate-git.sh @@ -10,7 +10,7 @@ mv "$TEMP_DIR"/* . fi ( export GIT_DIR=. - git worktree add file master + git worktree add raw master git update-server-info ) echo "My personal website source code" > description