]> git repositories - sync-works.sh.git/commitdiff
updated example .txt file main
authorbochard <mail@bochard.net>
Wed, 23 Jul 2025 12:47:29 +0000 (20:47 +0800)
committerbochard <mail@bochard.net>
Wed, 23 Jul 2025 12:48:36 +0000 (20:48 +0800)
README.md
works-list.txt [deleted file]
works-list.txt.example [new file with mode: 0644]

index dd51a68fc84618e035cbdc756363c2fb8d39b368..3dfc245c979d8872620f667b6145fb7c26c4c8a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Update Git submodules on a final directory and removing the `.git` file.
 
 ## How it works?
 1. Read the list of submodules in the `works-list.txt` file.
-2. Creates two directory: `/works-tmp` and `works/`.
+2. Creates two directory: `works-tmp/` and `works/`.
 2. Checks if submodules from the txt file exists within `works-tmp` folder. If not, add it.
 3. Update the submodules in their remote latest commit.
 4. Copy the submodules from the `works-tmp` directory to the `works` directory while removing `.git` contents simultaneously.
diff --git a/works-list.txt b/works-list.txt
deleted file mode 100644 (file)
index da9147f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-temperature-converter git@github.com:b0chard/temperature-converter.git
-roman-numeral-converter git@github.com:b0chard/roman-numeral-converter.git
-palindrom-checker git@github.com:b0chard/palindrome-checker.git
\ No newline at end of file
diff --git a/works-list.txt.example b/works-list.txt.example
new file mode 100644 (file)
index 0000000..6199300
--- /dev/null
@@ -0,0 +1,2 @@
+QuestLog ssh://git@codeberg.org/bochard/QuestLog.git
+AIO-converter ssh://git@codeberg.org/bochard/AIO-converter.git