From 3c671158f86ecfaf649a26a12b7cd8196d6f389d Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 23 May 2024 20:12:46 +0200 Subject: [PATCH] addet better functionality --- functions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/git.fish b/functions/git.fish index 009f213..a33c9dd 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -27,7 +27,7 @@ function gsa switch $comm # ─< If the user inputs 'y' or 'Y', execute the git submodule add command >───────────────── case 'y' 'Y' - git submodule add --branch $branch --name "$name" "$repo" "$path" + git submodule add --branch $branch --name $name $repo $path git submodule update --init --recursive git add . git commit -m "Addet $name as a submodule"