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
// The loop above may update the toml file in the stack.sync_heads_with_references call so write the virtual_branches.toml after
448
+
// It may be the case that with the refactoring through `but-meta` the head value is no longer in sync so sync_heads_with_references is the final attempt to sync it
449
+
// This is relevant only for snapshot restore.
450
+
// Create a blob out of `.git/gitbutler/virtual_branches.toml`
451
+
let vb_path = repo.path().join("gitbutler").join("virtual_branches.toml");
0 commit comments