• @Pipoca
    link
    18 months ago

    What happens after you merge a feature branch into main and delete it? What happens to the branch?

    Afterwords, what git commands can you run to see what commits were made as part of the feature branch and which were previously on main?

    Mercurial bookmarks correspond to git branches, while mercurial tags correspond to git tags.