Skip to content

Commit 84ab320

Browse files
committed
DOC/STY: Remove double git in command
1 parent 0107df2 commit 84ab320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_developer/getting_the_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `git fetch` command downloads commits, files and refs from a remote repo int
3636
Then run:
3737

3838
```shell
39-
git git merge --ff-only
39+
git merge --ff-only
4040
```
4141

4242
The `git merge` command is Git's way of putting independent branches back together. The `--ff-only` flag tells git to

0 commit comments

Comments
 (0)