I have a workingarea git repository with many commits. I want to pick 2 of the commits and put them into a new empty bare repository. So then the new repository will only have the 2 commits in it. Is this possible?
How would I go about doing this?
I have a workingarea git repository with many commits. I want to pick 2 of the commits and put them into a new empty bare repository. So then the new repository will only have the 2 commits in it. Is this possible?
How would I go about doing this?