File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33git filter-branch --env-filter '
44OLD_EMAIL="torvalds@linux-foundation.org"
55CORRECT_NAME="DataEraser"
6- CORRECT_EMAIL="MayuriNFC@outlook .com"
6+ CORRECT_EMAIL="102341238+DataEraserC@users.noreply.github .com"
77if [ "$GIT_COMMITTER_EMAIL" = "$OLD_EMAIL" ]
88then
99 export GIT_COMMITTER_NAME="$CORRECT_NAME"
Original file line number Diff line number Diff line change 1- git filter-branch -f --env-filter " GIT_COMMITTER_NAME=DataEraser; GIT_COMMITTER_EMAIL=MayuriNFC@outlook .com;"
2- git filter-branch -f --env-filter " GIT_AUTHOR_NAME=DataEraser; GIT_AUTHOR_EMAIL=MayuriNFC@outlook .com; "
1+ git filter-branch -f --env-filter " GIT_COMMITTER_NAME=DataEraser; GIT_COMMITTER_EMAIL=102341238+DataEraserC@users.noreply.github .com;"
2+ git filter-branch -f --env-filter " GIT_AUTHOR_NAME=DataEraser; GIT_AUTHOR_EMAIL=102341238+DataEraserC@users.noreply.github .com; "
33git filter-branch -f --env-filter " GIT_COMMITTER_NAME=DataEraser; "
44
55git filter-branch -f --env-filter " if [ $GIT_COMMITTER_NAME == ‘CommitName’ ]; then GIT_COMMITTER_NAME=‘Demo’; fi "
You can’t perform that action at this time.
0 commit comments