...
Code Block |
---|
# Fix configuration git config user.name Your Name git config user.email your@email.com # Reset both author and committer git commit --amend --reset-author |
...
Code Block |
---|
# Fix configuration git config user.name Your Name git config user.email your@email.com # Reset both author and committer git commit --amend --reset-author |