Community
Participate
Working Groups
Build Identifier: 0.11.1 If you develop code for multiple branches and you'd like to use/commit patches to all branches I need to checkout every branch at it own and apply a patch afterwards. I need all branches on my disk - all the time. Reproducible: Always Steps to Reproduce: 1. Nothing to repro, there is only ONE working directory and I cannot create more.
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