Hi,
I was wondering if it's possible to squash a branch when I have
another branch coming off. To borrow from the manual & modify their
picture a bit, this is basically what I want to happen.
H---I anotherTopic
/
A---B---C topic
/
D---E---F---G master
H'---I' anotherTopic
/
M' topic
/
D---E---F---G master
Basically, A,B, and C are a bunch of little commits that I no longer
care about. But if I rebase and amend patches, I think the histories
of topic and anotherTopic will diverge. My motivation is to de-clutter
the tree view of my branches and hopefully make rebase operations a
little less intimidating looking.
Thanks!
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.