Created
November 3, 2010 21:13
-
-
Save amrnt/661726 to your computer and use it in GitHub Desktop.
fetching and merging to repos
This file contains 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 A | |
git remote add test ../B && git fetch test | |
git merge test/master | |
git push (if you use a remote repo.) | |
git remote add rails https://github.com/rails/rails.git; git fetch rails; git merge rails/master; git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment