From f257f49bc15a91c9baf60c9708e484284e381d47 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Fri, 23 Apr 2021 13:30:53 +0200 Subject: [PATCH] link --- Git/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Git/README.md b/Git/README.md index d1b53dc..7c19183 100644 --- a/Git/README.md +++ b/Git/README.md @@ -23,7 +23,7 @@ Different use cases: ```bash cd dir-of-repo # copy the script there -wget +wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync # execute the script ./git-repos-sync [URL] [URL] [Branch] ``` @@ -34,7 +34,7 @@ wget # Create a new folder to do the sync, can be any name mkdir sync-repos # copy the script there -wget +wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync # execute the script ./git-repos-sync [URL] [URL] [Branch] -``` \ No newline at end of file +``` -- GitLab