Skip to content

Instantly share code, notes, and snippets.

@tukkek
tukkek / .bashrc
Created April 20, 2023 14:10
git-commit with private timestamps
# add to the end of the file
export GIT_COMMITTER_DATE="$(date +%Y-%m-%d) 00:00:00+0000"
export GIT_AUTHOR_DATE="$(date +%Y-%m-%d) 00:00:00+0000"