Mac to [email protected] • edit-22 years ago[Julia Evans] Meet the branchprogramming.devimagemessage-square3fedilinkarrow-up157
arrow-up157image[Julia Evans] Meet the branchprogramming.devMac to [email protected] • edit-22 years agomessage-square3fedilink
minus-squareJakub NarębskilinkfedilinkEnglish4•2 years 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