You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Extract branch loading logic into shared function (#15)
* Refactor directory selection to extract branch loading logic
Extract duplicated git branch loading and population logic into a shared
loadAndPopulateBranches function to reduce code duplication and improve
maintainability.
* Simplify loadAndPopulateBranches to use module-level variable
Remove selectElement parameter and use the module-level parentBranchSelect
variable directly, simplifying the function signature.
0 commit comments