Skip to content

createBackupBranch doesn't properly check for names in use #14

Closed
@maxyu1115

Description

@maxyu1115

Currently createBackupBranch attempts to check if the intended backupBranchName is already in use. It does not do what it intends, since it only checks other backup branches.

if (backupBranchNames.has(backupBranchName)) {

Instead, it needs to check all branches local and remote, and the branch info file is completely irrelevant : ( I'm sorry

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions