Say I have the following history :
commit A
[... list of commits]
commit R
[... list of commits]
commit Z
I would like to set R as the first commit and delete all those are before it but keep commit history from R to A. The result would be :
commit A
[... list of commits]
commit R
Is this possible ?