From 41fc63214bc9d7189c90ee8a1aae6229719a5927 Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Tue, 12 Mar 2024 13:14:49 +0000 Subject: [PATCH] add usethis use_github() to keypoint (#52) --- episodes/07-github.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.