gitclone
This commit is contained in:
parent
9e905dc56a
commit
344cc5bae8
9
commands
9
commands
|
@ -29,3 +29,12 @@ git commit -a -m "initial commit" &&
|
||||||
git remote add origin https://git.boergmann.it/klaas/"$1".git &&
|
git remote add origin https://git.boergmann.it/klaas/"$1".git &&
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#gitclone
|
||||||
|
# eigenes repository clonen
|
||||||
|
gitclone()
|
||||||
|
{
|
||||||
|
git clone https://git.boergmann.it/klaas/"$1".git &&
|
||||||
|
cd "$1"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue