Skip to content

csilvers/git-new-workdir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

A port of git new-workdir to support submodules

The main git repo includes contrib/workdir/, which is a command that allows sharing objects in the .git/ folder between repos. This is useful on jenkins and other platforms where you might have the same repo checked out in several different directories.

Newer versions of git have added support for this functionality in a different way, via GIT_ALTERNATE_OBJECT_DIRECTORIES. But it doesn't work very well with submodules. Neither does the original git-workdir. But this version does!

About

A port of the new-workdir command from git/git:contrib, with added support for submodules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%