[ANN] multigit: overlaid git repositories

Cosmin Apreutesei cosmin.apreutesei at gmail.com
Mon Nov 9 23:00:28 GMT 2015


Hello everyone,

Multigit is a tool which allows you to work with multiple repositories
overlaid over a single directory.

URL: https://github.com/capr/multigit

It's used extensively as the package manager for luapower[1], and it's
similar to vcsh[2] for those who know that project.

It is useful for projects which are made of different components that
are developed separately, but which need to deploy files in different
parts of the directory structure of the project, like for instance:

  * manage customizations made to a web app in a separate repository.
  * putting your home directory under source control.
  * package and/or config manager for a Linux distro.

I hope someone finds it useful.

--Cosmin

PS: I wish I could do `git clone --git-dir=foo foo-url`.


[1] https://luapower.com/luapower-git
[2] https://github.com/RichiH/vcsh




More information about the git-announce mailing list