refactor(branch-picker): fix popover corner radius, remove local branch delete, move new-branch to top
This commit is contained in:
@@ -792,14 +792,6 @@ export async function gitRebase(
|
||||
return getTransport().call("git_rebase", { path, branchName })
|
||||
}
|
||||
|
||||
export async function gitDeleteBranch(
|
||||
path: string,
|
||||
branchName: string,
|
||||
force = false
|
||||
): Promise<string> {
|
||||
return getTransport().call("git_delete_branch", { path, branchName, force })
|
||||
}
|
||||
|
||||
export async function gitDeleteRemoteBranch(
|
||||
path: string,
|
||||
remote: string,
|
||||
|
||||
Reference in New Issue
Block a user