El siguiente comando:
$git config --global --list
me da
user.name=test user
user.name=gotqn
Quiero eliminar el primer nombre Me referí a este artículo y he realizado los siguientes comandos pero sin ningún resultado:
git config --global --remove-section user.name='test user'
git config --global --remove-section user.name="test user"
git config --global --remove-section user.name=test user
git config --global --remove-section user.name
git config --global --remove-section test user
Estoy usando Ubuntu 12.04 y
git version
me da
git version 1.7.9.5
Por favor, ayuda en esto, porque quiero intentar guardar mi proyecto usando git, pero no quiero ejecutar el comando con el nombre 'usuario de prueba'.