debugpy/build/git-subrepo/note/pull-dance.txt
Rich Chiodo f4ba976121
Subrepo command wasn't checked in correctly (#1737)
* Remove subrepo

* Fix subrepo
2024-11-18 09:50:34 -08:00

18 lines
249 B
Text

== Pull Dancing
(
git sr pull --rebase ext/bar
)
(
git sr checkout ext/bar --rebase
make test
git sr pull --continue
)
(
git sr checkout ext/bar
git rebase subrepo/remote/ext/bar
make test
git sr pull --continue
)