From de8c0781b9b3e703997a803b02513fecd11b08ea Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 3 Oct 2024 15:51:12 +0300 Subject: [PATCH] added tips... --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c3d1fb5..313405d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Provided commands: These enable setting up and maintaining mutiple development machines with a number of git repositories. + ## Workflow In a tree with multiple git repositories: @@ -36,6 +37,11 @@ In a tree with multiple git repositories: ``` +## Tips +- It is convenient to manage `repos.lst` as symlinks to a unified directory and + syncronize it between machines via someting like [syncthing](https://syncthing.net/) + + ## License [BSD 3-Clause License](./LICENSE)