-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Git - Fix minor inconsistency (#169)
Fix a small inconsistency between the example values for git setup instructions
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ Set your username and email address. The email address should be the same | |
as you used to register your GitHub account. | ||
|
||
```{attention} | ||
Use your personal name instead of the placeholder `{{hackweek}} Attendee` | ||
Use your personal name instead of the placeholder `Attendee Name` | ||
in the below commands. For the email, it should be the address you used to create | ||
your GitHub account instead of `[email protected]`. Both values need to be | ||
surrounded by quotes `"`. | ||
|
@@ -61,7 +61,7 @@ command. | |
The output should look similar to this: | ||
```shell | ||
jovyan@jupyter:~$ git config -l | ||
user.name= Attendee Name | ||
user.name=Attendee Name | ||
[email protected] | ||
credential.helper=store | ||
``` | ||
|