1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Update content/github/getting-started-with-github/getting-changes-from-a-remote-repository.md

This commit is contained in:
Janice
2021-05-12 16:15:52 -07:00
committed by GitHub
parent 9d6dcd78e0
commit edc8114a83

View File

@@ -10,7 +10,7 @@ versions:
enterprise-server: '*'
github-ae: '*'
---
### Options for gettting changes
### Options for getting changes
These commands are very useful when interacting with [a remote repository](/github/getting-started-with-github/about-remote-repositories). `clone` and `fetch` download remote code from a repository's remote URL to your local computer, `merge` is used to merge different people's work together with yours, and `pull` is a combination of `fetch` and `merge`.