Comando Git para mudar o nome do seu componente

$ git config  user.name "Soft hunt"
$ git config user.email "[email protected]"
Outrageous Ostrich