diff --git a/git_bump_date b/git_bump_date new file mode 100755 index 0000000..ef8480d --- /dev/null +++ b/git_bump_date @@ -0,0 +1,3 @@ +#!/bin/sh + +LC_ALL=C GIT_COMMITTER_DATE="$(date --date='07:00 today')" git rebase --exec "git commit --amend --no-edit --date '$(date --date="07:00 today")'"