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

Properly create tracking worktree

parent 91c014fb
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ all : $(OUT_MARKUP) $(OUT_OTHERS) ...@@ -15,7 +15,7 @@ all : $(OUT_MARKUP) $(OUT_OTHERS)
prepare : $(OUT) prepare : $(OUT)
git fetch origin public git fetch origin public
git worktree add $(OUT) public git worktree add --track -B public $(OUT) origin/public
wipe : wipe :
find $(OUT) -mindepth 1 -not -name '.git' -delete 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