Created
April 4, 2019 08:01
-
-
Save frgomes/06cc32daccf3f9356ca441bc4bdda2ee to your computer and use it in GitHub Desktop.
git - rebase (B from A from master) onto (B from master)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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