Daily Shaarli

All links of one day in a single page.

2014 M11 20

Remove a specifc commit from history
thumbnail

Here is a way to remove non-interactively a specific <commit-id>, knowing only the <commit-id> you would like to remove:

git rebase --onto <commit-id>^ <commit-id>