Mac@programming.dev to Git@programming.dev · edit-211 months ago[Julia Evans] Meet the branchprogramming.devimagemessage-square3fedilinkarrow-up165arrow-down10file-text
arrow-up165arrow-down1image[Julia Evans] Meet the branchprogramming.devMac@programming.dev to Git@programming.dev · edit-211 months agomessage-square3fedilinkfile-text
minus-squareJakub Narębski@programming.devlinkfedilinkEnglisharrow-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