Feature: Supports remote branch deletion

This commit is contained in:
xintaofei
2026-04-01 12:41:15 +08:00
parent c25e4062b9
commit b98f50340f
16 changed files with 153 additions and 14 deletions

View File

@@ -914,6 +914,7 @@
"mergeBranch": "Merge {branchName}",
"rebaseTo": "Rebase to {branchName}",
"deleteBranch": "Delete branch {branchName}",
"deleteRemoteBranch": "Delete remote branch {branchName}",
"initGitRepo": "Initialize Git repository",
"pullCode": "Pull code",
"fetchInfo": "Fetch info",
@@ -929,7 +930,9 @@
"rebaseDescription": "Rebase current branch {currentBranch} onto {branchName}?",
"deleteDescription": "Delete branch {branchName}? This action cannot be undone.",
"forceDeleteTitle": "Force Delete Branch",
"forceDeleteDescription": "Branch {branchName} is not fully merged. Are you sure you want to force delete it? This action cannot be undone."
"forceDeleteDescription": "Branch {branchName} is not fully merged. Are you sure you want to force delete it? This action cannot be undone.",
"deleteRemoteTitle": "Delete Remote Branch",
"deleteRemoteDescription": "Delete remote branch {branchName}? This will remove it from the remote repository and cannot be undone."
},
"current": "Current",
"switchToBranch": "Switch to this branch",