We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0107df2 commit 84ab320Copy full SHA for 84ab320
doc_developer/getting_the_code.md
@@ -36,7 +36,7 @@ The `git fetch` command downloads commits, files and refs from a remote repo int
36
Then run:
37
38
```shell
39
-git git merge --ff-only
+git merge --ff-only
40
```
41
42
The `git merge` command is Git's way of putting independent branches back together. The `--ff-only` flag tells git to
0 commit comments