How to disable automatic backups #3168
Replies: 1 comment
-
Hey! I understand that the backup is redundant if you use version control. We considered disabling backups when working inside a git dir, but our design choice here is that even if you are in a git dir, we can't be sure that the current state (before the update) is properly backed up. So we just create the backup in all cases. And if you use version control, it should be quite simple to remove the extra files, or gitignore them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable the automatic creation of backups, e.g., when updating packages? I use source control for code management, as I expect most do, and having the notebook system create backups is a bit redundant and just adds manual steps to clean things up.
Beta Was this translation helpful? Give feedback.
All reactions