Git rebase to modify multiple local/remote commits at once
The git rebase command with --exec flag can be pretty handy in a variety of situations. Using this, you can execute any git command on a range of commits, both for local and remote commits. One example that this can be really handy for is modifying c...
Feb 13, 20221 min read340
