Skip to content

Commit

Permalink
Translate to English
Browse files Browse the repository at this point in the history
  • Loading branch information
rutschi100 committed Dec 1, 2020
1 parent b5d40e2 commit 45b17f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GIT_Worker/GitBash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ public GitBash(string repoPath)
}

/// <summary>
/// Übernimmt alle Änderungen und führt zugleich ein Commit aus.
/// Falls kein Kommentar angegeben wird, so wird das aktuelle Datum gewählt.
/// Applies all changes and executes a commit at the same time.
/// If no comment is given, the current date is selected.
/// </summary>
/// <param name="comment">Commit-Kommentar</param>
/// <returns>Konsole-Ergebnis</returns>
/// <param name="comment">Commit Comment</param>
/// <returns>Console result</returns>
public string StageAllAndCommit(string comment = null)
{
var result = StartRepoIfNOtExists();
Expand Down

0 comments on commit 45b17f8

Please sign in to comment.