mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 02:08:13 +00:00
After creating a working checkout, if find_local_repos() finds a local clone or fork of the same project, rename 'origin' (bare cache) to 'upstream' and add a new 'origin' pointing at the local repo. Mirrors the standard fork workflow: fetch from upstream, push to origin (local repo), then push to the shared remote and open a PR. If no local repo is found, origin stays as the bare cache (read-only). Idempotent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_auth.py | ||
| test_bcf.py | ||
| test_bcf_api.py | ||
| test_checkout.py | ||
| test_diff.py | ||
| test_discover.py | ||
| test_documents_api.py | ||
| test_documents_api_picker.py | ||
| test_foundation_api.py | ||
| test_git.py | ||
| test_render.py | ||
| test_sandbox.py | ||
| test_service.py | ||
| test_url.py | ||
| test_viewer_url.mjs | ||