We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632121b commit f839317Copy full SHA for f839317
docs/multiple-users.md
@@ -101,7 +101,7 @@ To set a default account for a particular remote you can simply set the
101
following Git configuration:
102
103
```shell
104
-git config credential.<URL>.username <USERNAME>
+git config --global credential.<URL>.username <USERNAME>
105
```
106
107
..where `<URL>` is the remote URL and `<USERNAME>` is the account you wish to
0 commit comments