Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Feb 22, 2024
1 parent f09f372 commit 845eed0
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,10 @@ public void deleteBranch(String branchName) {
}
}

/**
* Merge specify branch into main.
*
* @param fromBranch
*/
/** Merge specify branch into main. */
public void mergeBranchToMain(String fromBranch) {}

/**
* Replace specify branch to main branch
*
* @param from
* @param to
*/
/** Replace specify branch to main branch. */
public void replaceBranch(String from, String to) {}

/** Check if path exists. */
Expand Down

0 comments on commit 845eed0

Please sign in to comment.