I ran into a problem where I have made edits to a repository(org repo) and committed them with my personal git account accidentally. As a result, the commit history on the repo shows that the Committed & Authored identities are from the personal account rather than the official account. Are there any plugins or validation that can be enforced for each repo before committing the changes?
Or is there any efficient way to manage multiple git hub accounts?
I am on windows and using VS Code as IDE.