Created
December 9, 2008 00:37
-
-
Save mattetti/33702 to your computer and use it in GitHub Desktop.
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
1. fork mattetti/merb-book | |
2. pull your clone | |
$ clone git clone [email protected]:yourname/merb-book.git | |
3. git checkout -b lang origin/lang # local active branch | |
4. git remote add core [email protected]:mattetti/merb-book.git # remote track mattetti | |
5. git fetch mattetti # retrieve mattetti branches | |
6. git pull mattetti lang | |
6. update your lang branch | |
git checkout master | |
git pull mattetti master | |
git checkout lang | |
git rebase master | |
git rebase -i master | |
gco master | |
git merge lang | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment