Skip to content

Commit 894eda2

Browse files
committed
Merge GitHub-side fixes into vtbassmatt-fixes
2 parents f337f69 + 5d43641 commit 894eda2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/multiple-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Multiple users in GCM
1+
# Multiple users
22

33
If you work with multiple different identities on a single Git hosting service, you may be wondering if Git Credential Manager (GCM) supports this workflow. The answer is yes, with a bit of complexity due to how it interoperates with Git.
44

55
## Foundations: Git and Git hosts
66

7-
Git itself doesn't have a strong concept of "user". There's the `user.name` and `user.email` which get embedded into commit headers/trailers, but these are arbitrary strings. GCM doesn't interact with this notion of a user at all. You can put whatever you want into your `user.*` config, and nothing in GCM will change at all.
7+
Git itself doesn't have a single, strong concept of "user". There's the `user.name` and `user.email` which get embedded into commit headers/trailers, but these are arbitrary strings. GCM doesn't interact with this notion of a user at all. You can put whatever you want into your `user.*` config, and nothing in GCM will change at all.
88

99
Separate from the user strings in commits, Git recognizes the "user" part of a remote URL or a credential. These are not often used, at least by default, in the web UI of major Git hosts.
1010

@@ -48,6 +48,6 @@ git remote set-url origin https://[email protected]/open-source/library.git
4848
git remote set-url origin https://[email protected]/big-company/secret-repo.git
4949
```
5050

51-
## One last thing
51+
## Azure DevOps
5252

5353
[Azure DevOps has some additional, optional complexity](azrepos-users-and-tokens.md) which you should also be aware of if you're using it.

0 commit comments

Comments
 (0)