forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestupstreamTracked from upstream pingdotgg/t3codeTracked from upstream pingdotgg/t3code
Description
Upstream: pingdotgg#29
Currently, when in "Local" mode, the git branch will be the one you're checked out on, not the branch that the thread used without any indication. this is confusing if you checkout some other branch then come back to the thread to send some follow up and it gets sent on a different branch
should be:
-
store gitBranch in the thread
-
if
mode === "local" && currentlyCheckedOutBranch !== thread.gitBranch, show an indicator of some form -
before sending the next message, try checking out that branch? with helper actions to stash etc if there are changes
-
thread.gitBranchshould be mutable, as i might start a thread on main then checkout a feature branch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestupstreamTracked from upstream pingdotgg/t3codeTracked from upstream pingdotgg/t3code