| Summary: | Cannot create one working directory per branch | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Marc Bauer <marc.bau> |
| Component: | Core | Assignee: | Project Inbox <egit.core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | matthias.sohn |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Marc Bauer
This is no bug but a feature request. You may want to explore one of the following possible solutions offered by native git: - git-new-workdir script [1] - git clone -s [2] - git clone --reference <repository> [2] You may also apply the patch on one of the branches and then cherry-pick the resulting commit onto the other branches. [1] http://git.kernel.org/?p=git/git.git;a=blob_plain;f=contrib/workdir/git-new-workdir;hb=HEAD [2] http://www.kernel.org/pub/software/scm/git/docs/git-clone.html |