changed git.sh
This commit is contained in:
parent
3c671158f8
commit
14fdf59821
1 changed files with 1 additions and 1 deletions
|
@ -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 --reference $repo -- $path
|
||||
git submodule update --init --recursive
|
||||
git add .
|
||||
git commit -m "Addet $name as a submodule"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue