added maybe supreseded note
[git-test-merge.git] / README
blob3a16be91007e40ed4b352543846cec7ead47c988
1 git-test-merge git script:
3 purpose:
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.
6 When conflicts 
8 LICENSE: GPLv2, I'd appreciate receiving feedback and patches.
10 initial author/ maintainer: Marc Weber (marco-oweber@gmx.de)
11 started: July 2008 
13 HOWTO:
14 $ alias gtm=git-test-merge
15 $ gtm h # (h)elp
16 $ gtm s my-test-merge branch1 branch2 # (s)et
17 # start the merge:
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
22 # some weeks later
23 # Don't remember my setup, tell me
24 $ gtm l # (l)ist
26 Enjoy - Thanks to all git-devs for providing such a nice tool
29 MAYBE this script is superseded by tg (TopGit)