changed git.sh
This commit is contained in:
parent
14fdf59821
commit
01061e47a9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function gsa
|
||||||
switch $comm
|
switch $comm
|
||||||
# ─< If the user inputs 'y' or 'Y', execute the git submodule add command >─────────────────
|
# ─< If the user inputs 'y' or 'Y', execute the git submodule add command >─────────────────
|
||||||
case 'y' 'Y'
|
case 'y' 'Y'
|
||||||
git submodule add --branch $branch --name $name --reference $repo -- $path
|
git submodule add --branch $branch --name $name $repo $path
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Addet $name as a submodule"
|
git commit -m "Addet $name as a submodule"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue