laptop: git: use relative paths for worktrees

This commit is contained in:
Lgmrszd 2025-06-27 02:25:32 +04:00
parent 5f104d82e6
commit 75958b0566
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -231,6 +231,7 @@
init = { init = {
defaultBranch = "main"; defaultBranch = "main";
}; };
worktree.useRelativePaths = true;
}; };
}; };