I have converted a mercurial repo to a git repo by using hg-git
(like this : How to convert mercurial repository to git repository without losing branches?).
Now I have both .git and .hg folders now but I should not need to .hg folder. But if I delete this folder, I cant open my project folder with SourceTree.
The .hg
folder has bookmark
,git-mapfile
,hgrc
, branch
etc files and store
folder. I guess I don't need these files. What should I do ?