I have migrated several projects from GitHub to GitLab, such as:
From the command-line, I changed the remote repository:
git remote set-url origin git@gitlab.com:DaveJarvis/KeenWrite.git
When pushing changes, they are from dave.jarvis!, which I believe that was the user that GitLab generated automatically when importing from GitHub:
The email address is the same (in theory) for both accounts. After importing from GitHub, I thought the user for pushes would be:
How do I make subsequent pushes use DaveJarvis rather than dave.jarvis1?
Thank you!