- Para configurar a conta(name) globalmente: git config --global user.name "Seu nome"
- Para configurar a conta(email) globalmente: git config --global user.email "Seu email"
- Para configurar a conta(name) localmente: git config --local user.name "Seu nome"
- Para configurar a conta(email) localmente: git config --local user.email "Seu email"
- git config --global(local) --unset user.name
- git config --global(local) --unset user.email
Não esqueça de escolher seu sistema operacional https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key