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
Currently when backup, we just assume our backup branch is in sync with our working branch. By checking git commits, detect if the backup branch is out of sync, and if it is, call our syncBackupBranch.
Currently when
backup
, we just assume our backup branch is in sync with our working branch. By checking git commits, detect if the backup branch is out of sync, and if it is, call oursyncBackupBranch
.A good place to add this logic is:
git-backup-sync/src/extension.ts
Line 263 in 5566ba2
The text was updated successfully, but these errors were encountered: