1 git-test-merge git script:
4 develop multiple branches simultaniously and use this script to create test merges on the fly.
5 When enabling git-rerere it will automatically git-add applied conflict resolutions.
8 LICENSE: GPLv2, I'd appreciate receiving feedback and patches.
10 initial author/ maintainer: Marc Weber (marco-oweber@gmx.de)
14 $ alias gtm=git-test-merge
16 $ gtm s my-test-merge branch1 branch2 # (s)et
18 $ gtm u my-test-merge # (u)pdate
19 # if you have conlicts resolve them (you don't have to git-add the files)
20 # $ gtm c # (c)ontinue
23 # Don't remember my setup, tell me
26 Enjoy - Thanks to all git-devs for providing such a nice tool
29 MAYBE this script is superseded by tg (TopGit)