Information Technology Reference
In-Depth Information
$ git config --local user.email admin@example.net
$ git simple-commit a b c
$ git push -u origin master
You have to replace the name your-github-organization with the name you used in
the form shown in Figure 12-9 . When you run the above commands your repository
hosted on Github should now contain revisions a, b, c authored by admin.
How It Works
The work with repositories owned by your organization is identical to the work with re-
positories that you own. The only difference in Recipes 12-3 and 12-6 is that in the lat-
ter you changed the owner from your personal account to your organization.
In the repository stored in git-recipes/12-06 you will work using admin
identity.
12-7. Sending pull requests
Problem
Github hosts a project titled 12-06. The project is available at the following URL:
https://github.com/your-github-organization/12-06
You want to contribute to this project sending a pull request with three commits.
Solution
Start the web browser, log in to your Github account, and go to following URL:
https://github.com/your-github-organization/12-06
You will see the webpage presented in Figure 12-12 . Make sure that you are visiting
the project your-github-organization/12-06 identified by A.
 
Search WWH ::




Custom Search