Skip to content
Snippets Groups Projects
Commit 3eaa60d6 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update Git/README.md

parent f257f49b
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ Different use cases: ...@@ -24,6 +24,8 @@ Different use cases:
cd dir-of-repo cd dir-of-repo
# copy the script there # copy the script there
wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync
# make executable
chmod +x git-repos-sync
# execute the script # execute the script
./git-repos-sync [URL] [URL] [Branch] ./git-repos-sync [URL] [URL] [Branch]
``` ```
...@@ -35,6 +37,8 @@ wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-rep ...@@ -35,6 +37,8 @@ wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-rep
mkdir sync-repos mkdir sync-repos
# copy the script there # copy the script there
wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync
# make executable
chmod +x git-repos-sync
# execute the script # execute the script
./git-repos-sync [URL] [URL] [Branch] ./git-repos-sync [URL] [URL] [Branch]
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment