Quantcast
Channel: git bash change username - Server Fault
Browsing all 4 articles
Browse latest View live

Answer by user211636 for git bash change username

Instead, save your identity in a configuration file using the git config command.$ git config user.name "Jon Loeliger"$ git config user.email "jdl@example.com"You can also tell Git your name and email...

View Article



Answer by AbhishekKr for git bash change username

If I understood the situation, the following commands should set the information that you desire in for git configuration.git config --global user.name "Your Name Comes Here"git config --global...

View Article

Answer by Ignacio Vazquez-Abrams for git bash change username

Change the configuration of the origin remote. See the REMOTES section of the git-push(1) man page for details.

View Article

git bash change username

I am using git bash and its trying to use my Windows username to login with "git push origin Dev" but I want it to use a different name, my username on the remote.How can I change this?Thanks

View Article
Browsing all 4 articles
Browse latest View live




Latest Images