1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Fixed a typographical error

This commit is contained in:
Youthtrouble
2021-05-12 19:59:29 +01:00
parent 9077df2b6d
commit 9d6dcd78e0

View File

@@ -10,7 +10,7 @@ versions:
enterprise-server: '*'
github-ae: '*'
---
### Options fpr gettting changes
### Options for gettting 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`.