submodule
1 | git submodule init |
remote
1 | git remote -v |
修改committer&&不修改提交时间
1 | git -c rebase.instructionFormat='%s%nexec GIT_COMMITTER_DATE="%cD" GIT_AUTHOR_DATE="%aD" git commit --amend --no-edit --reset-author' rebase --root |
1 | git submodule init |
1 | git remote -v |
1 | git -c rebase.instructionFormat='%s%nexec GIT_COMMITTER_DATE="%cD" GIT_AUTHOR_DATE="%aD" git commit --amend --no-edit --reset-author' rebase --root |