So
Size: a a a
So
So
AS
So
RU
SK
$ git filter-branch --commit-filter '
if [ "$GIT_AUTHOR_EMAIL" = "schacon@localhost" ];
then
GIT_AUTHOR_NAME="Scott Chacon";
GIT_AUTHOR_EMAIL="schacon@example.com";
git commit-tree "$@";
else
git commit-tree "$@";
fi' HEAD
Dv
Dv
git commit --amend --reset-authorDv
git commit --amend --reset-author --no-editSK
Dv
commit-tree я вообще сходу не уверенM
M
Dv
git remote -vDv
M
Dv
M
Dv
Dv