Closed keiohtani closed 4 years ago
You need to set up two things for this to work.
For gitconfig, you can either edit .git/config per repo or use the includeof operation in .gitconfig.
The example looks like
[user] name = testuser email = testuser@gmail.com [includeIf "gitdir:~/work/"] path = ~/work/.gitconfig
Multiple github accounts on the same computer?
You need to set up two things for this to work.
For gitconfig, you can either edit .git/config per repo or use the includeof operation in .gitconfig.
The example looks like
Multiple github accounts on the same computer?