Created
February 12, 2018 16:00
-
-
Save karlospn/69f29275705f3047fb9a5071d1a5fc80 to your computer and use it in GitHub Desktop.
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
git clone <repo-destination> | |
git remote add new-origin <repo-source> | |
git fetch <repo-source> | |
git rebase <repo-source>/<branchname> | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment