Skip to content

Commit f839317

Browse files
authored
docs: specific --global option in example
1 parent 632121b commit f839317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multiple-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To set a default account for a particular remote you can simply set the
101101
following Git configuration:
102102

103103
```shell
104-
git config credential.<URL>.username <USERNAME>
104+
git config --global credential.<URL>.username <USERNAME>
105105
```
106106

107107
..where `<URL>` is the remote URL and `<USERNAME>` is the account you wish to

0 commit comments

Comments
 (0)