@@ -529,7 +529,7 @@ Finally, you will be taken to a page where you will be able to see
529
529
and copy the personal access token you just generated (Figure \@ ref(fig: generate-pat-03 )).
530
530
Since it provides access to certain parts of your account, you should
531
531
treat this token like a password; for example, you should consider
532
- securely storing it using a password manager (and your other passwords and tokens, too!).
532
+ securely storing it (and your other passwords and tokens, too!) using a password manager .
533
533
Note that this page will only display the token to you once,
534
534
so make sure you store it in a safe place right away. If you accidentally forget to
535
535
store it, though, do not fret&mdash ; you can delete that token by clicking the
@@ -545,8 +545,9 @@ image_read("img/generate-pat_03.png")
545
545
546
546
### Cloning a repository using Jupyter
547
547
548
- The first step is to * clone* the \index{git!clone} remote repository on GitHub to create a local repository,
549
- i.e., make a
548
+ Now that we have everything we need for authentication,
549
+ the next step is to * clone* the \index{git!clone} remote repository on GitHub
550
+ to create a local repository, i.e., make a
550
551
copy that knows where it was obtained from so that it knows where send/receive
551
552
new committed edits. In order to do this, first copy the URL from the HTTPS tab
552
553
of the Code drop down menu on GitHub (Figure \@ ref(fig: clone-02 )).
@@ -635,7 +636,7 @@ It is highly recommended to write useful and meaningful messages about what
635
636
was changed. These commit messages, and the datetime stamp for a given
636
637
commit, are the primary means to navigate through the project's history in the
637
638
event that you need to view or retrieve a past version of a file, or
638
- revert our project to an earlier state.
639
+ revert your project to an earlier state.
639
640
When you click the "Commit" button for the first time, you will be prompted to
640
641
enter your name and email. This only needs to be done once for each machine
641
642
you use Git on.
0 commit comments