Skip to content

Commit

Permalink
Git - Fix minor inconsistency (#169)
Browse files Browse the repository at this point in the history
Fix a small inconsistency between the example values for git setup instructions
  • Loading branch information
jomey authored May 15, 2024
1 parent 4f5bfd7 commit 3bddb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/preliminary/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `"`.
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 3bddb53

Please sign in to comment.