Small script for Git commits with different date.
This commit is contained in:
parent
dc30674698
commit
2ae57e9451
7
git_datedcommit.sh
Executable file
7
git_datedcommit.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ -z "$1" ]; then
|
||||
echo "Syntax: $0 date-stamp"
|
||||
exit 1
|
||||
fi
|
||||
GIT_AUTHOR_DATE="$1" GIT_COMMITTER_DATE="$1" git commit
|
||||
|
Loading…
x
Reference in New Issue
Block a user