From 45b17f89cdd02e4ea5d592cef2d0ebab66d5da94 Mon Sep 17 00:00:00 2001 From: Tim Rutschi Date: Tue, 1 Dec 2020 18:40:58 +0100 Subject: [PATCH] Translate to English --- GIT_Worker/GitBash.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GIT_Worker/GitBash.cs b/GIT_Worker/GitBash.cs index eb5da8a..2b4df81 100644 --- a/GIT_Worker/GitBash.cs +++ b/GIT_Worker/GitBash.cs @@ -16,11 +16,11 @@ public GitBash(string repoPath) } /// - /// Ü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. /// - /// Commit-Kommentar - /// Konsole-Ergebnis + /// Commit Comment + /// Console result public string StageAllAndCommit(string comment = null) { var result = StartRepoIfNOtExists();