thought
If a user begins coding in their local repo, there is no way currently to make code changes based on the changes of the local branch. It would be nice to offer a solution so that remote-coder can pick up changes from where you left off, not necessarily beginning the changes from the very start every time
implementation
Need a way to pick up local changes (whether it's on default branch or not) and continue the local coding session from slack.
Need to think about best ux. Off the dome, if the users on a branch that's not the default, then we continue on that branch. If it is on the default, we take the changes and it to new branch
thought
If a user begins coding in their local repo, there is no way currently to make code changes based on the changes of the local branch. It would be nice to offer a solution so that remote-coder can pick up changes from where you left off, not necessarily beginning the changes from the very start every time
implementation
Need a way to pick up local changes (whether it's on default branch or not) and continue the local coding session from slack.
Need to think about best ux. Off the dome, if the users on a branch that's not the default, then we continue on that branch. If it is on the default, we take the changes and it to new branch