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 7e125b0 commit 60deef3Copy full SHA for 60deef3
cls/SourceControl/Git/API.cls
@@ -44,6 +44,7 @@ ClassMethod Configure()
44
}
45
46
/// API for git pull - just wraps Utils
47
+/// - terminateOnError: if set to 1, this will return an error if there are any errors in the pull, otherwise will return $$$OK
48
ClassMethod Pull(terminateOnError As %Boolean = 0)
49
{
50
quit ##class(SourceControl.Git.Utils).Pull(,terminateOnError)
0 commit comments