diff --git a/The basics of Git.md b/The basics of Git.md index ae13732..5f753c3 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -37,4 +37,7 @@ ### Get code from github `git clone https://remotehost.com/repo/to/clone` -- 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. \ No newline at end of file +- 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