I would like to publish my git history to a public repository but would like to remove older commits. All the ways I have seen to do this alter the newer commit s SHA1s, which is not an option since I want to be able to push to the modified repo. Is there anyway to do this ?
Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...