-
-
Notifications
You must be signed in to change notification settings - Fork 279
Initial implementation for persisting state #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a6ac753
to
dda7700
Compare
Project scoping as a default seems great. Is there anything more you'd like to add, or should this be merged? |
Going to move |
That works nicely. Ok, good to go! |
Thank you for the feature. What do you think @CKolkey @ten3roberts |
Yea, I think thats right. In fact, I have force push and force with lease disabled in my config. |
Adds a persistence layer for all switches/options. Users can disable this entirely via config
remember_settings
, it can be project-scoped (default) or global, and individual settings can be ignored by users, if they so desire.I'm not sure how to expose the "reset" function right now, but it can be called directly if needed.