Searched full:worktree (Results 1 – 10 of 10) sorted by relevance
16 2. Create a Git worktree under a temporary directory:18 worktree=$(mktemp -d -t blocklist)19 git worktree add ${worktree} vendor/blocklist33 rsync -va --del --exclude=".git" ${blocklist_repo}/ ${worktree}37 cd ${worktree}38 git add -A ${worktree}96 rm -fr ${blocklist_repo} ${worktree}97 git worktree prune
21 -git worktree prune40 -git worktree prune41 git worktree add $@ $(LIBYAML_TEST_SUITE_RUN_BRANCH)48 git worktree add --force $@ $@
63 git worktree prune
26 git worktree prune
47 git worktree prune
16 % git worktree create ../ota vendor/one-true-awk
7 # $ git worktree add ../tzdata vendor/tzdata
52 % git worktree add -b vendor/openssl-${OPENSSL_VER_MAJOR_MINOR} \
26 $ git worktree add ../vendor/openssh freebsd/vendor/openssh
169 # May be a worktree, in which case .git is a file, not a directory.