-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example for multiple co-authors to readme
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,23 @@ Context/description (what and why) | |
Co-authored-by: John Doe <[email protected]> | ||
``` | ||
|
||
Multiple co-authors: | ||
|
||
```bash | ||
git-commit-template set --pair doe --pair mary --dry-run | ||
``` | ||
|
||
Produces: | ||
|
||
``` | ||
Subject (keep under 50 characters) | ||
Context/description (what and why) | ||
Co-authored-by: John Doe <[email protected]> | ||
Co-authored-by: Mary Tester <[email protected]> | ||
``` | ||
|
||
Tip: | ||
|
||
Due to the executable's naming you can also call it like so: | ||
|