diff --git a/doc/bugs/adjusted__47__main__40__unlocked__41___not_syncing_with_main/comment_1_e5ebc1cf8621761b559d53884731d0e3._comment b/doc/bugs/adjusted__47__main__40__unlocked__41___not_syncing_with_main/comment_1_e5ebc1cf8621761b559d53884731d0e3._comment new file mode 100644 index 0000000000..33deefcdf6 --- /dev/null +++ b/doc/bugs/adjusted__47__main__40__unlocked__41___not_syncing_with_main/comment_1_e5ebc1cf8621761b559d53884731d0e3._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="rshalaev@3e2130a1e3cb0aaff7dd80aba7548ad9be0ea2d4" + nickname="rshalaev" + avatar="http://cdn.libravatar.org/avatar/d7f181d338cbcef7418faa01f0441e86" + subject="comment 1" + date="2023-02-09T14:22:19Z" + content=""" +Update: + +I was able to resolve the problem - believe that it was caused by the fact that I changed branch name from `master` to `main` and had leftover `refs/basis/adjusted/master(unlocked)`. + +Resolved following this steps: + +``` +git switch main +git annex merge \"adjusted/main(unlocked)\" +git branch -D \"adjusted/main(unlocked)\" +rm -rf .git/refs/basis/* +git annex adjust --unlocked +``` + +Tested that sync is now working +"""]]