fatal: No existing author found with ‘XXX’
You should stop using –author each time you commit, and instead configure an author with git config. Once you’ve done so, you can type git commit and the author will be pulled from your .gitconfig file. If you want to give –author a name to use for authoring the commit, you need to use bob … Read more