• @jcgA
    link
    32 years ago

    What happens when you want to merge again? Won’t it say already up to date or something cause the commits are already there?

    • @Hexarei@programming.dev
      link
      fedilink
      52 years ago

      Revert doesn’t just move head back, it creates reversal commits. As such, merging again can happen since the changes are present and require a merge commit

    • @Gecko@lemmy.world
      link
      fedilink
      English
      12 years ago

      You could just rebase your develop branch to a commit before the merge and have a different commit history, or actually do it properly and have squash merges.