Skip to content

Commit b8bf92e

Browse files
authored
Update README.md
1 parent 4fcd4cc commit b8bf92e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ git config --global user.name "YourUserName"
2525
git config --global user.email YourEmailAddress@example.com
2626
```
2727

28+
Finally, if you need to sign-in to GitHub repos with different credentials (say, with a work account to access private repos and also with a personal account to access public repos) you'll need to tell the [Credential Manager](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/latest) to use the full path of the repo instead of just the host (Github.com).
29+
30+
```bash
31+
git config –global credential.useHttpPath true
32+
```
33+
2834
## Batch File Documentation
2935

3036
To use a batch file, simply enter its name at the Windows command prompt. The [Cmder](http://cmder.net/) console emulator (Full download with Git for Windows) is recommended over the built-in cmd.exe shell.

0 commit comments

Comments
 (0)