From aadc3fbdf4e9c17d1276d66f815d102b4b654a57 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:15:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:15:26 --- The basics of Git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/The basics of Git.md b/The basics of Git.md index 5f753c3..34c64cc 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -40,4 +40,5 @@ - Download a folder containing all of the code and versions to a project, where `https://remotehost.com/repo/to/clone` is the url of the repo in question. ### Fetch recent changes from github -`git pull` \ No newline at end of file +`git pull` +- Take the most recent commits from github, and copy them locally. \ No newline at end of file