Skip to content

Commit edc8114

Browse files
authored
Update content/github/getting-started-with-github/getting-changes-from-a-remote-repository.md
1 parent 9d6dcd7 commit edc8114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ versions:
1010
enterprise-server: '*'
1111
github-ae: '*'
1212
---
13-
### Options for gettting changes
13+
### Options for getting changes
1414

1515
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`.
1616

0 commit comments

Comments
 (0)