added tips...

This commit is contained in:
Alex A. Naanou 2024-10-03 15:51:12 +03:00 committed by GitHub
parent 662e1f8ea3
commit de8c0781b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)