From c23a81d8e13da84a423b1a32ad9e7411675d5fba Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Tue, 23 Dec 2025 14:48:54 +0200 Subject: [PATCH] updated --- Bash_scripting/autogit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bash_scripting/autogit.sh b/Bash_scripting/autogit.sh index 74e33ca..a2b4412 100755 --- a/Bash_scripting/autogit.sh +++ b/Bash_scripting/autogit.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Simple script to add all changes, commit with message "updated", and push +# Script to add all changes, commit with the message "updated", and push to repo. git add .