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

Use a pattern for branch name instead of full branch name in accept-work #173

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

Comments

@extsoft
Copy link
Contributor

extsoft commented Aug 20, 2019

The goal is to give the ability of pattern matching for a branch name (instead of specifying full name). Also, this will reduce the need in potential fetch operation (you need to make in order to have working bash-completion).

Use obtain-work command as part of the checkout workflow for accept-work command.

@extsoft extsoft added this to the 0.5.0 milestone Sep 1, 2019
@extsoft extsoft self-assigned this Sep 1, 2019
extsoft added a commit that referenced this issue Sep 3, 2019
Now `accept-work` can use either full or partial branch name. It's
because `obtain-work` is used as a checkout mechanism for the given
name.

This update has changed the previous implementation of `obtain-work`:
1. It works with remote branches only.
2. A local branch name is configurable.

#173
extsoft added a commit that referenced this issue Sep 3, 2019
Now `accept-work` can use either full or partial branch name. It's
because `obtain-work` is used as a checkout mechanism for the given
name.

This update has changed the previous implementation of `obtain-work`:
1. It works with remote branches only.
2. A local branch name is configurable.

#173
@extsoft extsoft closed this as completed Sep 3, 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