• Jakub Narębski
    link
    English
    46 months ago

    Note that you can examine branch reflog to find where branch was forked from (1st image), or tell Git to examine it for you with git rebase --fork-point

  • @dudinax
    link
    16 months ago

    “git merge” is for more than merging with the base branch.

    • @dukk
      link
      26 months ago

      Same for rebase.