On Ubuntu:
git commit --amend --date `date -Iseconds --date "\date -Iseconds` -12 hours"`
On macOS:
GIT_AUTHOR_DATE=`date -R -v-5H`
GIT_COMMITER_DATE=$GIT_AUTHOR_DATE
git commit --amend --date "$GIT_AUTHOR_DATE"
Personal Homepage
On Ubuntu:
git commit --amend --date `date -Iseconds --date "\date -Iseconds` -12 hours"`
On macOS:
GIT_AUTHOR_DATE=`date -R -v-5H`
GIT_COMMITER_DATE=$GIT_AUTHOR_DATE
git commit --amend --date "$GIT_AUTHOR_DATE"
I’ve imported the old Posts from my old Blogspot / Blogger Site that I (mis-)used as a Notepad. Those posts are marked with the author “blogspot“ and are filed in the Category “My Notepad (Archive).”
This is my personal home page, hosting information about some of the hobby projects that I work(ed) on in my spare time. The links in the menu will take you to the individual projects. Enjoy your stay!
Please note: The content on this site is quite old as it has been many years since I worked on the projects. Nevertheless, I have recently migrated the site to WordPress and would like to keep the content online since I’m still getting queries on some of the projects every now and then.