diff --git a/The basics of Git.md b/The basics of Git.md index 11004c8..7412e95 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -45,4 +45,4 @@ ### Merge local changes with remote changes `git stash` -- Take any code that hasn't been committed, and \ No newline at end of file +- Take any code that hasn't been committed, and save, before reverting back to the latest commit. \ No newline at end of file