diff --git a/README.qmd b/README.qmd index 9f2fd596c7c331688f96ddff755bf1476b4beb70..6212de58ab17165ed4c8b1bd69ddfdcd77d54cf2 100644 --- a/README.qmd +++ b/README.qmd @@ -709,6 +709,14 @@ Filtering options: # sharing gblk repositories +::: {.callout-important} +If many people works with gblk, the push and pull commands may not work properly yet ! +Indeed, the remote folder rigths may blocks you if another people has created this folder and you whant to update it. + +If you work with other people you might have trouble: if you pull a gblk remote folder update by other, you will lose your unpulled commited results. And if you make a push, you will erase others changes +::: + + When you produce some results for a particular project, you may want to share them with others who are working with you. With gblk you can share your `.borg` repository with other or update it with changes done by others. ::: {.callout-note} diff --git a/slides/slides.qmd b/slides/slides.qmd index d3cde59c3c0fc1a9b9acb7eaf6746b03fb27a25b..7f6e41496dd3ef81b8c5aa1654aebeb7a11d856c 100644 --- a/slides/slides.qmd +++ b/slides/slides.qmd @@ -1219,6 +1219,15 @@ Keeping archive (rule: weekly #2): df0eb... Fri, 2023-02-10 16:15:56 [c940 ## Sharing gblk repositories +::: {.callout-important} +If many people works with gblk, the push and pull commands may not work properly yet ! +Indeed, the remote folder rigths may blocks you if another people has created this folder and you whant to update it. + +If you work with other people you might have trouble: if you pull a gblk remote folder update by other, you will lose your unpulled commited results. And if you make a push, you will erase others changes +::: + +## Sharing gblk repositories {.unnumbered .unlisted} + When you produce some results for a particular project, you may want to *share them with others* who are working with you. With gblk you can share your `.borg` repository with others or update it with chnages done by others. ::: {.callout-note}