diff --git a/functions/git.fish b/functions/git.fish index cad1188..09abc35 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -15,8 +15,8 @@ function gsa echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / or ./) --" read -S path - # echo "-- enter a name for the submodule --" - # read -l name + echo "-- enter a name for the submodule --" + read -l name # ─< Ask the user for confirmation if the constructed command looks correct >─────────────── echo "git submodule add --branch $branch $repo $path"