Skip to content

Commit

Permalink
Add note about how git worktree can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 25, 2024
1 parent fdc9a32 commit e1315e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/development/design/index.mdwn
Expand Up @@ -346,6 +346,8 @@
+ if have `git`
+ Have metadata to repo elsewhere on FS
+ if repo is `git` and have `git`, can use `git worktree`
+ Trick that I use: to do processing on a separate FS, check
out a fresh copy of the repository to a `git worktree`.
+ else `git clone`
+ else
+ fetch over HTTP using host specific tarball?
Expand Down

0 comments on commit e1315e2

Please sign in to comment.