From f2544a9b4d2584226eeb8b9b4580a8f870ef0e91 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:14:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:14:26 --- The basics of Git.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/The basics of Git.md b/The basics of Git.md index ae13732..5f753c3 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -37,4 +37,7 @@ ### Get code from github `git clone https://remotehost.com/repo/to/clone` -- 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. \ No newline at end of file +- 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