Skip to content

Commit 9de4c54

Browse files
Document example co-author section of git config
1 parent 4d7e6c7 commit 9de4c54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ git config --global co-authors.aa 'Ann Author <[email protected]>'
5151
git config --global co-authors.bb 'Bob Book <[email protected]>'
5252
```
5353

54+
The co-authors will appear in your global git config:
55+
56+
```
57+
[co-authors]
58+
aa = Ann Author <[email protected]>
59+
bb = Bob Book <[email protected]>
60+
```
61+
5462
You must use an email address associated with the co-author's GitHub account.
5563

5664
**Tip:** You can help a co-author find their preferred email address by sharing this information:

0 commit comments

Comments
 (0)