Created
December 22, 2020 00:54
-
-
Save CMCDragonkai/b1d5e4fab31b66e45a562392f162d891 to your computer and use it in GitHub Desktop.
Rebasing a Feature Branch on Master Branch without Switching Branches #git
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
#!/usr/bin/env sh | |
git fetch origin master:master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment