I converted hg repositories to git using hg-fast-export. And using subtree merges pushed all these converted git repositories inside monorepo. Now I'm trying to keep git repository in sync with hg so for that I'm re-running hg-fast-export.sh -r /path/to/hg-repo command inside converted git repository but it's giving following error
I'm new to git so please guide me on how to keep git repository in sync with hg. You can also suggest me any other approach for sync.
Thanks
Community moderators have prevented the ability to post new answers.