feat: add auth to git operations

This commit is contained in:
Sam Chau
2024-09-08 02:42:17 +09:30
parent 28851e0270
commit adc7fe836a
5 changed files with 125 additions and 29 deletions

View File

@@ -346,7 +346,7 @@ const SettingsBranchModal = ({
</Tooltip>
)}
{(branch.isLocal ||
(branch.isRemote && isDevMode)) &&
(!branch.isRemote && isDevMode)) &&
branch.name !== currentBranch &&
branch.name.toLowerCase() !==
'stable' && (