-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contributor notes and related composer scripts
- Loading branch information
Showing
2 changed files
with
37 additions
and
10 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
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
@MarkBaker, this is not quite correct.
git
, not GitHub, interpret#
as starting a comment by default when editing a commit message. You can configuregit
to use a different character instead viacore.commentChar
.To use
;
instead of#
(and be compatible with Markdown), you can do:git config --global core.commentChar ';'