Reputation: 105
How can I change my old git account to my new git account ( on the same machine ) ? I did some research and tried to run git user config
but it seems just change the username, not change the account.
Upvotes: 1
Views: 498
Reputation: 101
The only way to do this with multiple "accounts" is to have different ssh keys generated on the same machine with different credentials.
Upvotes: 1