1
Problem
Different contributors to the same account in the repository.
Historic
When I created the repository, I uploaded some files from the github site itself and the commits were registered as mine. However, when I committed from the command line and then pushed, it appeared on the github site as if someone else was doing the commit. But it’s the same account I uploaded initially.
Suspicious
I suspect it may be because the other commits were "checked" with Github’s GPG Key. But I don’t know what it is and so far I haven’t been able to send commits signed from the command line.
executes this command and see if the registered email is the same as in github:
git config user.email
. I await your return.– Adriano Gomes
At the moment there was no output because I reinstalled Git today. I will re-subscribe my data here.
– axell-brendow