Skip to content

Instantly share code, notes, and snippets.

@SKumarSpace
Created July 3, 2023 18:33
Show Gist options
  • Save SKumarSpace/cf1248e529d67bdc4dafeeff1e374e50 to your computer and use it in GitHub Desktop.
Save SKumarSpace/cf1248e529d67bdc4dafeeff1e374e50 to your computer and use it in GitHub Desktop.
Github - Commit in the Past
git add .
git commit --date='2020-10-09 00:00:00' -m "initial commit"
git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"'
git push -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment