diff --git a/The basics of Git.md b/The basics of Git.md index 5f753c3..34c64cc 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -40,4 +40,5 @@ - Download a folder containing all of the code and versions to a project, where `https://remotehost.com/repo/to/clone` is the url of the repo in question. ### Fetch recent changes from github -`git pull` \ No newline at end of file +`git pull` +- Take the most recent commits from github, and copy them locally. \ No newline at end of file