Workflow question (changing codegen)

Ben Gamari ben at smart-cactus.org
Mon Jul 1 19:01:50 UTC 2019


Richard Eisenberg <rae at richarde.dev> writes:

> Just to pass on something that looks cool (I haven't tried it myself
> yet): git worktree. It seems git can hang several different checkouts
> of a repo in different directories. This seems far superior to my
> current habit of having many clones of ghc, sometimes going through
> machinations to get commits from one place to another. The
> documentation for git worktree seems quite approachable, so you might
> find it useful. I plan on using it in the future.
>
Indeed I use `git new-workdir`, which is a script similar to `git worktree`
(but I think predates `worktree` by a few years). Like `worktree`, this
allows you to have several working directories sharing a set of refs.

Cheers,

- Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20190701/c9d7dcd9/attachment.sig>


More information about the ghc-devs mailing list