c/git · by mac@programming.dev · 2y[Julia Evans] Meet the branch https://wizardzines.com/comics/meet-the-branch/ - source 56 points · 3 comments · view on lemmy.world
3 Comments
jnareb@programming.dev · 4 pts · 2y
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-pointdudinax@programming.dev · 1 pts · 2y
"git merge" is for more than merging with the base branch.
dukk@programming.dev · 2 pts · 2y
Same for rebase.