Skip to content

Commit 7057e1a

Browse files
minor additional polish to vsn ctl
1 parent 0d19646 commit 7057e1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

version-control.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Finally, you will be taken to a page where you will be able to see
529529
and copy the personal access token you just generated (Figure \@ref(fig:generate-pat-03)).
530530
Since it provides access to certain parts of your account, you should
531531
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.
533533
Note that this page will only display the token to you once,
534534
so make sure you store it in a safe place right away. If you accidentally forget to
535535
store it, though, do not fret—you can delete that token by clicking the
@@ -545,8 +545,9 @@ image_read("img/generate-pat_03.png")
545545

546546
### Cloning a repository using Jupyter
547547

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
550551
copy that knows where it was obtained from so that it knows where send/receive
551552
new committed edits. In order to do this, first copy the URL from the HTTPS tab
552553
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
635636
was changed. These commit messages, and the datetime stamp for a given
636637
commit, are the primary means to navigate through the project's history in the
637638
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.
639640
When you click the "Commit" button for the first time, you will be prompted to
640641
enter your name and email. This only needs to be done once for each machine
641642
you use Git on.

0 commit comments

Comments
 (0)