|
|
|
|
|
by AstralStorm
2996 days ago
|
|
Someone still thinks in the single main branch mode. It is sometimes the main case but definitely not in git world. This operation is not easy in any DAG. It involves: - find all or desired branch tips
- walk backwards until hitting tge desired checkin
- memoize already seen parents to not walk them multiple times |
|