Commit c465088
committed
pull-test.sh: avoid "git subtree pull" error
Without a prior `git reset --hard`, `git subtree pull` fails with:
fatal: working tree has modifications. Cannot add.
Debugging with -d doesn't show any explanation and neither `git diff` nor `git
diff-index` show any modifications. The `git reset --hard` shouldn't be
necessary.1 parent f9d5b9c commit c465088
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments