add gitat function
This commit is contained in:
parent
866be5e0b0
commit
5efd2ced47
@ -34,3 +34,9 @@ function git-config-local-personal()
|
|||||||
}
|
}
|
||||||
alias git-find-lost-commit='git fsck --lost-found'
|
alias git-find-lost-commit='git fsck --lost-found'
|
||||||
git_empty_commit='4b825dc642cb6eb9a060e54bf8d69288fbee4904'
|
git_empty_commit='4b825dc642cb6eb9a060e54bf8d69288fbee4904'
|
||||||
|
function gitat()
|
||||||
|
{
|
||||||
|
local timestamp="$1"
|
||||||
|
shift
|
||||||
|
GIT_AUTHOR_DATE="$timestamp" GIT_COMMITTER_DATE="$timestamp" git "$@"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user