Skip to content

Instantly share code, notes, and snippets.

@frgomes
Created April 4, 2019 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frgomes/06cc32daccf3f9356ca441bc4bdda2ee to your computer and use it in GitHub Desktop.
Save frgomes/06cc32daccf3f9356ca441bc4bdda2ee to your computer and use it in GitHub Desktop.
git - rebase (B from A from master) onto (B from master)
#!/bin/bash
git rebase --onto master A B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment