Hacker News new | ask | show | jobs
by davvid 507 days ago
These are called stacked branches in git. You're possibly looking for:

    git rebase --update-refs
... or a GUI like Git Cola that does this for you by default.