Skip to content

Commit

Permalink
Update cli/src/main/java/com/devonfw/tools/ide/context/GitContext.java
Browse files Browse the repository at this point in the history
Co-authored-by: jan-vcapgemini <[email protected]>
  • Loading branch information
hohwille and jan-vcapgemini authored Apr 12, 2024
1 parent 7fa7f80 commit de16143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ default void reset(Path targetRepository) {
* Runs a git reset reverting all local changes to the git repository.
*
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
* It is not the parent directory where git will by default create a sub-folder by default on clone but the *
* It is not the parent directory where git will by default create a sub-folder by default on clone but the
* final folder that will contain the ".git" subfolder.
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
*/
Expand Down

0 comments on commit de16143

Please sign in to comment.