diff --git a/commands b/commands index 988b6ee..9465de9 100644 --- a/commands +++ b/commands @@ -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" +}