Changing git author
There are 3 ways to change the committer data in Git. All of these methods only affect future commits, not past ones.
Change author data globally
You can run the git config command with the --global flag. This will make sure all of your future commits use