Skip to content

Commit a387e94

Browse files
author
Jared Murrell
authored
fixing typo in subtree cheatsheet
1 parent b9eb4dc commit a387e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloads/submodule-vs-subtree-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Or while in the parent directory:
197197
{% capture subtree %}
198198

199199
### Subtree
200-
git subtree push --prefix= example-submodule https://github.com/githubtraining/example-submodule master
200+
git subtree push --prefix=example-submodule https://github.com/githubtraining/example-submodule master
201201
{% endcapture %}
202202

203203
<div class="col-md-6">

0 commit comments

Comments
 (0)