3 lines
161 B
Bash
Executable file
3 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
|
|
LC_ALL=C GIT_COMMITTER_DATE="$(date --date='07:00 today')" git rebase $1 --exec "git commit --amend --no-edit --date '$(date --date="07:00 today")'"
|