You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Reset author, after author has been changed in the global config.](https://github.com/git-tips/tips#reset-author-after-author-has-been-changed-in-the-global-config)
28
29
*[Changing a remote's URL](https://github.com/git-tips/tips#changing-a-remotes-url)
29
30
*[Get list of all remote references](https://github.com/git-tips/tips#get-list-of-all-remote-references)
30
31
*[Get list of all local and remote branches](https://github.com/git-tips/tips#get-list-of-all-local-and-remote-branches)
@@ -198,6 +199,11 @@ git commit -v --amend
198
199
git commit --amend --author='Author Name <email@address.com>'
199
200
```
200
201
202
+
## Reset author, after author has been changed in the global config.
0 commit comments