Skip to content

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

Merged
stefanzweifel merged 5 commits intomasterfrom
feature/create-new-branch-during-checkout
Feb 20, 2021
Merged

Feature: Create a new branch, if the given branch name doesn't exist yet#140
stefanzweifel merged 5 commits intomasterfrom
feature/create-new-branch-during-checkout

Conversation

@stefanzweifel
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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