Commit 0c2bddb
[traceviewer-libs] correct git subtree push commands
In the subtree README, "git subtree push -p <subtree folder" was
documented. Not sure where this came from, but my local git won't
accept it, instead expecting:
"git subtree push --prefix <subtree folder"
Corrected in this commit.
Signed-off-by: Marc Dumais <[email protected]>1 parent 580f22f commit 0c2bddb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments