Commit 4454077
committed
[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 <marc.dumais@ericsson.com>1 parent 1f80044 commit 4454077
1 file changed
Lines changed: 2 additions & 2 deletions
| 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