merging 3 source versioned trees into 1
Posted
by user309779
on Stack Overflow
See other posts from Stack Overflow
or by user309779
Published on 2010-04-16T12:41:05Z
Indexed on
2010/04/16
12:43 UTC
Read the original article
Hit count: 164
git
This is probably an easy question...
I have 4 source versions of the same software in 4 different directories. I have just started using git for version control. To date, I have just been snapping a desperate copy rolling forward.
I want to merge all versions (1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0) together so that I will have a reference history.
Opposed to just starting out with 1.0.1.0 as the initial version.
I want to get this sort of thing right form the start. Can someone outline the basic steps to accomplish this?
Thanks much, XO
© Stack Overflow or respective owner