Hacker News new | ask | show | jobs
by wereHamster 4695 days ago

  > # make a change to file.rb
You don't need to change the file to create a commit. Just run this with appropriate range of committer dates:

  > GIT_COMMITTER_DATE=? git commit --allow-empty;
1 comments

nice. Learning something new every day :)