testing..
This commit is contained in:
parent
e6e72075e5
commit
3e36e72a8e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue