From bbae539e88a7a498a8da5932472e67e42fd66543 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:20:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:20:26 --- The basics of Git.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/The basics of Git.md b/The basics of Git.md index 7412e95..c09bf5a 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -45,4 +45,6 @@ ### Merge local changes with remote changes `git stash` -- Take any code that hasn't been committed, and save, before reverting back to the latest commit. \ No newline at end of file +- Take any code that hasn't been committed, and save, before reverting back to the latest commit. +`git pull` +- Fetch remote changes and apply them locally \ No newline at end of file