• Jakub Narębski
    link
    English
    410 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
    110 months ago

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

    • @dukk
      link
      210 months ago

      Same for rebase.