We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987c3d4 commit c33611eCopy full SHA for c33611e
CodeEdit/Features/SourceControl/Views/SourceControlStashView.swift
@@ -89,8 +89,8 @@ struct SourceControlStashView: View {
89
|| sourceControlManager.switchToBranch != nil {
90
if sourceControlManager.pullSheetIsPresented {
91
try await sourceControlManager.pull(
92
- remote: sourceControlManager.operationRemote?.name ?? nil,
93
- branch: sourceControlManager.operationBranch?.name ?? nil,
+ remote: sourceControlManager.operationRemote?.name,
+ branch: sourceControlManager.operationBranch?.name,
94
rebase: sourceControlManager.operationRebase
95
)
96
}
0 commit comments