Skip to content

Commit 785cc83

Browse files
committed
readded pull method to api file
1 parent 969dd41 commit 785cc83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cls/SourceControl/Git/API.cls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ ClassMethod Configure()
3636
}
3737
}
3838

39+
/// API for git pull - just wraps Utils
40+
ClassMethod Pull()
41+
{
42+
quit ##class(SourceControl.Git.Utils).Pull()
43+
}
3944

4045
/// Locks the environment to prevent changes to code other than through git pull.
4146
/// Returns 1 if the environment was already locked, 0 if it was previously unlocked.

0 commit comments

Comments
 (0)