Replies: 3 comments 1 reply
-
I have never tried to use multiple git accounts, not sure why someone would want to do this 🤔 Maybe have a look at GitHub docs https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git |
Beta Was this translation helpful? Give feedback.
-
This is a very good question. I never thought of this, actually. 👀 Don't forget to search up for other resources regarding this or ask in communities! 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hello. You can cnahge a git config for a specific repository. |
Beta Was this translation helpful? Give feedback.
-
I have two github accounts and I have to use them regularly. How can I configure the global config file so that I don't have to login for every time I make a push.
I tried changing local name and email using
git config user.name "name"
But it didnot workBeta Was this translation helpful? Give feedback.
All reactions