From 418240fafff20c361b8c0f7015edff6e90852d03 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 23 Aug 2023 15:16:26 -0600 Subject: [PATCH] vault backup: 2023-08-23 15:16:26 --- The basics of Git.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/The basics of Git.md b/The basics of Git.md index 34c64cc..11004c8 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -41,4 +41,8 @@ ### Fetch recent changes from github `git pull` -- Take the most recent commits from github, and copy them locally. \ No newline at end of file +- Take the most recent commits from github, and copy them locally. + +### Merge local changes with remote changes +`git stash` +- Take any code that hasn't been committed, and \ No newline at end of file