From 3e36e72a8e5c5cea43e04db14d52ee11bd936e0b Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 22 May 2024 18:39:01 +0200 Subject: [PATCH] testing.. --- functions/git.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/git.fish b/functions/git.fish index 4c5496f..f1b69c5 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -1,8 +1,8 @@ function gsa echo "-- enter the repository to add as a submodule --" - read -S repo + read repo echo "-- enter the branch to checkout (main/master..) --" - read -S branch + read 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"