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

Feature: Create a new branch, if the given branch name doesn't exist yet #140

Merged
merged 5 commits into from
Feb 20, 2021

Conversation

stefanzweifel
Copy link
Owner

Closes #139.

During _switch_to_branch we will now create a new branch matching the given input value, if it doesn't exist yet.

@stefanzweifel stefanzweifel marked this pull request as ready for review February 7, 2021 19:04
@markuspoerschke
Copy link

I tested this branch in this GitHub Action: https://github.com/markuspoerschke/extractum/runs/1943077521?check_suite_focus=true#step:4:1

I can confirm that it works as expected. 👍🏻

@stefanzweifel
Copy link
Owner Author

@markuspoerschke Thanks for testing. I think I will merge and tags this PR, as it could/should solve the problems mentioned in #141.

@stefanzweifel stefanzweifel merged commit 9abc4c4 into master Feb 20, 2021
@stefanzweifel stefanzweifel deleted the feature/create-new-branch-during-checkout branch February 20, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create New Branch from the commit
2 participants