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