Before submitting
Area
apps/desktop
Steps to reproduce
- Create a worktree externally via git
- Open branch in t3code by selecting work locally and the branch name of the branch in the worktree
- Make changes via agent
- Press the commit, push and create pr button
t3 code will push the local changes to main (or the local checkout in project root) rather than to the upstream branch of the worktree branch. Pr creation fails since t3code tries to create a pr from main -> main
Expected behavior
Push made to the upstream of the worktree branch and pr created from worktree branch to main
Actual behavior
pushed straight to main and pr creation failed
Impact
Major degradation or frequent failure
Version or commit
main @ 0.0.24
Environment
macOS
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
use terminal git instead
Before submitting
Area
apps/desktop
Steps to reproduce
t3 code will push the local changes to main (or the local checkout in project root) rather than to the upstream branch of the worktree branch. Pr creation fails since t3code tries to create a pr from main -> main
Expected behavior
Push made to the upstream of the worktree branch and pr created from worktree branch to main
Actual behavior
pushed straight to main and pr creation failed
Impact
Major degradation or frequent failure
Version or commit
main @ 0.0.24
Environment
macOS
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
use terminal git instead