You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use jupyterlab-git in the context of a shared project (e.g., though Binder), where contributions from users are not supported, and where any pulls should completely overwrite (and prune) local files. I know there are limited existing solutions for similar scenarios, but they create a layer (or more) of abstraction above Git, that results in the loss of information (e.g. jupyterlab-git effectively provides notification of remote changes).
Describe the solution you'd like
It would be great of jupyterlab-git provided settings that
prevented any pushing, and
where all pulls completely overwrote (and pruned) local files
while still providing all of the other file viewing, diffing, and other features it supports
Describe alternatives you've considered
Other solutions like nbgitpuller are very limited.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use
jupyterlab-git
in the context of a shared project (e.g., though Binder), where contributions from users are not supported, and where any pulls should completely overwrite (and prune) local files. I know there are limited existing solutions for similar scenarios, but they create a layer (or more) of abstraction above Git, that results in the loss of information (e.g.jupyterlab-git
effectively provides notification of remote changes).Describe the solution you'd like
It would be great of
jupyterlab-git
provided settings thatwhile still providing all of the other file viewing, diffing, and other features it supports
Describe alternatives you've considered
Other solutions like
nbgitpuller
are very limited.The text was updated successfully, but these errors were encountered: