You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(shell): pass explicit origin and branch to git pull --rebase
Resolve current branch via `git rev-parse --abbrev-ref HEAD` and
pass `origin <branch>` explicitly so that `git pull --rebase origin main`
(or the tracked branch) is called instead of the bare `git pull --rebase`,
which can fail or pull the wrong branch in some git configurations.
- Fix statePullInternal in state-repo.ts (used by autoPullState)
- Fix statePull in pull-push.ts (used by the manual pull command)
- Falls back to "main" when HEAD is detached
Fixes: #181
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
`apply failed for ${status.projectDir}: ${renderError(error)}. Check the project docker-compose config (e.g. env files for merge conflicts, port conflicts in docker-compose.yml config) and retry.`
40
+
`apply failed for ${status.projectDir}: ${
41
+
renderError(error)
42
+
}. Check the project docker-compose config (e.g. env files for merge conflicts, port conflicts in docker-compose.yml config) and retry.`
0 commit comments