Skip to content

Commit

Permalink
Update Utils.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-tleavitt authored Nov 21, 2024
1 parent 5f6081d commit 5e40003
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cls/SourceControl/Git/Utils.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3026,8 +3026,7 @@ ClassMethod SetConfiguredRemote(url) As %String
quit output
}

// Returns true if the current branch is the default merge branch and we are in basic mode

/// Returns true if the current branch is the default merge branch and we are in basic mode
ClassMethod InDefaultBranchBasicMode() As %Boolean
{
set basicMode = ..BasicMode()
Expand All @@ -3038,8 +3037,7 @@ ClassMethod InDefaultBranchBasicMode() As %Boolean
quit 0
}

// Runs the commit on the specified files (unstaging and restaging currently staged files)

/// Runs the commit on the specified files (unstaging and restaging currently staged files)
ClassMethod RunGitCommandReStage(command As %String, ByRef fileList As %Library.DynamicArray, args...) As %Status
{
set sc = $$$OK
Expand Down

0 comments on commit 5e40003

Please sign in to comment.