Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deliver-work: autostash changes during rebase #168

Closed
extsoft opened this issue Aug 13, 2019 · 0 comments
Closed

deliver-work: autostash changes during rebase #168

extsoft opened this issue Aug 13, 2019 · 0 comments

Comments

@extsoft
Copy link
Contributor

extsoft commented Aug 13, 2019

deliver-work will stop execution if there are uncommitted or unstaged changes. In order to handle it, we need

  1. to run stash changes if there are uncommitted or unstaged changes, before making a rebase
  2. apply a stash back if a rebase is successful
@extsoft extsoft added the feature label Sep 1, 2019
@extsoft extsoft mentioned this issue Sep 29, 2019
4 tasks
extsoft added a commit that referenced this issue Sep 29, 2019
Sometimes, we need to deliver only a subset of changes to a remote
server. And as `deliver-work` uses a rebase, we have to stash
uncommitted modification prior to rebase and un-stash after the push.

#168
@extsoft extsoft closed this as completed Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant