diff --git a/The basics of Git.md b/The basics of Git.md index 2918e83..6b3cc03 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -46,5 +46,7 @@ ### 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. -`git pull` +`git pull -r` - Fetch remote changes and apply them locally +`git stash pop` + - Take uncommitted changes, and apply them \ No newline at end of file