mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
18 lines
249 B
Text
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
|
|
)
|