From 344cc5bae86efc717af741d2542313e6c2ea1c19 Mon Sep 17 00:00:00 2001 From: klaas Date: Tue, 24 Sep 2024 16:59:44 +0200 Subject: [PATCH] gitclone --- commands | 9 +++++++++ 1 file changed, 9 insertions(+) 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" +}