|
| From: | Stefan Monnier |
| Subject: | Re: Confusion about new format of ELPA repo |
| Date: | Wed, 09 Dec 2020 16:07:27 -0500 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> larsi@xo:~/src/emacs/elpa$ git checkout externals/ack
I recommend using worktrees as in:
git worktree add packages/ack externals/ack
or
make externals
which will create all the worktrees for all the packages.
Real soon now you should also be able to just say
make packages/ack
in order to setup that worktree.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |