git-reparent icon indicating copy to clipboard operation
git-reparent copied to clipboard

Git command to recommit HEAD with a new set of parents

Results 1 git-reparent issues
Sort by recently updated
recently updated
newest added

There are `git-reparent-branch` from [depot_tools](https://www.chromium.org/developers/how-tos/install-depot-tools) exist, but it can't reparent branches with entirely different history. Now I'm using something ```bash echo origin/board3_4_5_nru_ipbzona > /tmp/parent && git rev-list --reverse origin/ok-v2-ipb-c |...