...
| Code Block |
|---|
git push github master |
Pushing a local branch to the remote repository
To push a local branch to the Codehaus Git repository or on the GitHub mirror, you can do the following:
| Code Block |
|---|
git push origin myLocalBranch
git push github myLocalBranch
|
Merging pull requests from GitHub
...