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
Make a single or multiple backups selectable (probably in interactive mode, something like git rebase -i)
Future
Display which ones can be backed up (to where HEAD points to, checking if the changes could apply without conflicts (check by commits/refs/whatever-works, if possible, to avoid having to test every backup))
Task
Create a function which would list backups
Implement an option to activate this function
Make it extendable for other commands (see Create
restore from backupfunctionality #4 & Createdelete backupfunctionality #5)git rebase -i)Future
HEADpoints to, checking if the changes could apply without conflicts (check by commits/refs/whatever-works, if possible, to avoid having to test every backup))