Git rebase -I is not that scary

3 points | by birdculture 2 hours ago

1 comments

  • FeepingCreature an hour ago

    git rebase -i -r for advanced mode: git will keep merge commits, allowing you to make surgical changes to any side of a merge.