Closed thescientist13 closed 4 years ago
Using something like git status it would help to determine a couple things about the project, namely the active branch.
git status
Knowing the active branch could be used to set the selectedSourceBranch for the dropdown.
selectedSourceBranch
As far as destination branch, I guess first would be to check if master exists, and use that. But if develop exists, assume that instead?
Type of Change
Summary
Using something like
git status
it would help to determine a couple things about the project, namely the active branch.Details
Knowing the active branch could be used to set the
selectedSourceBranch
for the dropdown.As far as destination branch, I guess first would be to check if master exists, and use that. But if develop exists, assume that instead?