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