This is a read-only mirror of pymolwiki.org

Difference between revisions of "Git authors"

From PyMOL Wiki
Jump to navigation Jump to search
(Created page with "== Introduction == We need your help to contribute to this project! If you are interested in moving your script in to the repository, there are some ways you can do it. == Onl...")
 
Line 9: Line 9:
 
Go to
 
Go to
 
  https://github.com/Pymol-Scripts/Pymol-script-repo
 
  https://github.com/Pymol-Scripts/Pymol-script-repo
Near the top right corner, push the button
+
Near the top right corner, push the button: '''Fork'''
Fork
+
 
In the top left corner, it should now say
+
In the top left corner, it should now say: '''YOUR_NAME / Pymol-script-repo'''. This is your own repository. <br>
YOUR_NAME / Pymol-script-repo
+
You can change a file, by clicking it, and then at the right side, push the button '''Edit this file'''.
This is your local repository.
+
 
 +
Make changes, write a "commit message", and in the lower right, push the button '''Commit changes'''.
 +
 
 +
If you want to your changes to be part of the official repository,  push the button '''Pull Request''', and write a message.<br>
 +
This will notify the group of admins to review your changes.
 +
 
 +
If the changes reasonable and not malicious for the computer, your '''Pull Request''' will quickly be in the official repository.

Revision as of 17:53, 1 December 2011

Introduction

We need your help to contribute to this project!

If you are interested in moving your script in to the repository, there are some ways you can do it.

Online

Create a free account at github

https://github.com/plans

Go to

https://github.com/Pymol-Scripts/Pymol-script-repo

Near the top right corner, push the button: Fork

In the top left corner, it should now say: YOUR_NAME / Pymol-script-repo. This is your own repository.
You can change a file, by clicking it, and then at the right side, push the button Edit this file.

Make changes, write a "commit message", and in the lower right, push the button Commit changes.

If you want to your changes to be part of the official repository, push the button Pull Request, and write a message.
This will notify the group of admins to review your changes.

If the changes reasonable and not malicious for the computer, your Pull Request will quickly be in the official repository.