File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Checklist (and a short version for the impatient):
1010 - the first line of the commit message should be a short
1111 description and should skip the full stop
1212 - if you want your work included in git.git, add a
13- "Signed-off-by: Your Name <your@email .com>" line to the
13+ "Signed-off-by: Your Name <you@example .com>" line to the
1414 commit message (or just use the option "-s" when
1515 committing) to confirm that you agree to the Developer's
1616 Certificate of Origin
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ static const char *env_hint =
185185"\n"
186186"Run\n"
187187"\n"
188- " git config --global user.email \"you@email .com\"\n"
188+ " git config --global user.email \"you@example .com\"\n"
189189" git config --global user.name \"Your Name\"\n"
190190"\n"
191191"to set your account\'s default identity.\n"
You can’t perform that action at this time.
0 commit comments