Skip to content

Commit 1b3401b

Browse files
committed
now pushes before merge
1 parent d407e35 commit 1b3401b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,9 @@ ClassMethod Sync(Msg As %String) As %Status
420420
do ..Fetch()
421421
do ..Pull()
422422
do ..SyncCommit(Msg)
423-
do ..MergeDefaultRemoteBranch()
424423
do ..Push()
424+
do ..MergeDefaultRemoteBranch()
425+
425426
}
426427

427428
quit $$$OK

0 commit comments

Comments
 (0)