Created
January 17, 2016 18:22
-
-
Save mglaman/09d9b950f51bcad08915 to your computer and use it in GitHub Desktop.
TL;DR for rebasing a fork.
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
| > $ cd /path/to/your/fork | |
| > $ git remote add upstream [email protected]:MidCamp/midcamp-website.git | |
| > $ git fetch --prune upstream | |
| > $ git rebease upstream/develop | |
| > $ git push origin develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment