This commit is contained in:
klaas 2024-09-24 16:59:44 +02:00
parent 9e905dc56a
commit 344cc5bae8
1 changed files with 9 additions and 0 deletions

View File

@ -29,3 +29,12 @@ git commit -a -m "initial commit" &&
git remote add origin https://git.boergmann.it/klaas/"$1".git &&
git push -u origin main
}
#gitclone
# eigenes repository clonen
gitclone()
{
git clone https://git.boergmann.it/klaas/"$1".git &&
cd "$1"
}