I have commits like
12345
12346
12347
I want to get back tgo 12345
and work on this I will add new commits 23456
, 23457
, 23458
etc
then I may need to get 12345, 12346, 12347 and 23456, 23457, 23458
all together
Is this possible, what should be my steps to achieve this?