I read about bookmarks in mercurial, every source states that it’s like git branching, that the bookmark gets updated uppon every commit, but I really don’t understand what’s its purpose. Any guidance would be greatly appreciated. Thanks.
I read about bookmarks in mercurial, every source states that it’s like git branching,
Share
From the Mercurial wiki:
I also suggest reading this article for an overview of the various ways to branch in Mercurial.
I suggest not taking bookmarks and trying to find a use for them, but rather finding a process you find natural to use in your team and then finding how Mercurial best handles branches in the context of that process, be it with bookmarks or cloning or what have you.