Mac to Git · edit-211 months ago[Julia Evans] Meet the branchimagemessage-square3fedilinkarrow-up168arrow-down10file-text
arrow-up168arrow-down1image[Julia Evans] Meet the branchMac to Git · edit-211 months agomessage-square3fedilinkfile-text
minus-squareJakub NarębskilinkfedilinkEnglisharrow-up4·11 months agoNote 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
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