From 9d53a5d6b6a02aff9411f783335ff5f4480e9b87 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 22 May 2024 18:26:08 +0200 Subject: [PATCH] testing.. --- functions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/git.fish b/functions/git.fish index 622a061..49d9675 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -5,6 +5,6 @@ function gsa read -S branch echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist /" read -S path - echo "git submodule add --branch $branch --name $path $repo" + echo "git submodule add --branch $branch --name $path https://$repo" end