I did a lot of academic work over the past few months that I was not able to release on Github because it was sensitive. I now have authorization to release it, but I have not been committing the documents sequentially. I want to go back and order these documents dates in such a way that they will show up on my contribution chart for the day I specified.
I thought this would be simple but every thread I find on rewriting history is unclear and very technical. This thread talks about modifying history but does not really say the exact syntax to use or why it works.
Evidently GIT_AUTHOR_DATE
and GIT_COMMITTER_DATE
are variables stored on a commit object. I read that these variables are what will modify my contributions chart. How do I modify these directly?