1

Is there any way to push old code to git in a way that makes it look old? Suppose I start a git repo with my current code base, thinking I don't care about (or maybe don't have) older revisions of the code. At some future point, I realize I want to include some older version in the repo. I know I can branch, and just put the older code there, but is there any way to make it appear that the older code actually came before the original commit?

0 Answers0