Hello!

Suppose following git history:

A–M–C
 /
B

How to achieve this with commits metadata preserving?

A–M'–C'
 /
B'

I did

git checkout B
git add something_not_in_other_commits
git commit --amend

So I have B'. How to continue, please? My git version is 1.7.1 (Centos 6.5).

Regards
Hans

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to