Skip to content

Commit b3580fb

Browse files
committed
commiting before checkout another branch
1 parent 3817c3b commit b3580fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ ClassMethod Sync(Msg As %String) As %Status
419419
} else {
420420
do ..Fetch()
421421
do ..Pull()
422-
do ..DefaultMergeBranch()
422+
do ..MergeDefaultMergeBranch()
423423
do ..SyncCommit(Msg)
424424
do ..Push()
425425
}

0 commit comments

Comments
 (0)