Skip to content
Snippets Groups Projects
Commit 3c169feb authored by Damien Pollet's avatar Damien Pollet :coffee:
Browse files

Don't be so explicit with worktree creation

parent f1d07812
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ all : $(OUT_MARKUP) $(OUT_OTHERS)
prepare : $(OUT)
git fetch origin public
git worktree add --track -B public $(OUT) origin/public
git worktree add $(OUT) public
wipe :
find $(OUT) -mindepth 1 -not -name '.git' -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment