diff --git a/episodes/07-github.md b/episodes/07-github.md index 02a5ce4323..c99cd270b9 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -584,8 +584,9 @@ Commit only updates your local repository. :::::::::::::::::::::::::::::::::::::::: keypoints - A local Git repository can be connected to one or more remote repositories. +- Use `usethis::use_github()` to connect to a remote repository. -- Use the HTTPS protocol to connect to remote repositories. + - `git push` copies changes from a local repository to a remote repository. - `git pull` copies changes from a remote repository to a local repository.