diff --git a/The basics of Git.md b/The basics of Git.md index c09bf5a..9ae7b49 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -47,4 +47,5 @@ `git stash` - 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 +- Fetch remote changes and apply them locally +- \ No newline at end of file