<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Git_intro</id>
	<title>Git intro - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Git_intro"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Git_intro&amp;action=history"/>
	<updated>2026-05-05T08:27:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Git_intro&amp;diff=8005&amp;oldid=prev</id>
		<title>Pyadmin: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Git_intro&amp;diff=8005&amp;oldid=prev"/>
		<updated>2014-03-28T02:16:26Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:16, 28 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Pyadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Git_intro&amp;diff=8004&amp;oldid=prev</id>
		<title>Speleo3: clean up some misleading statements</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Git_intro&amp;diff=8004&amp;oldid=prev"/>
		<updated>2012-01-13T11:20:06Z</updated>

		<summary type="html">&lt;p&gt;clean up some misleading statements&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
In November 2011, a group of PyMOL users initiated together with Jason Vertrees, a project to let PyMOL scripts be&lt;br /&gt;
under version control system (VCS) called Git. &lt;br /&gt;
&lt;br /&gt;
We hope that script authors and PyMOL users would be interested in this option.&lt;br /&gt;
&lt;br /&gt;
== Benefits ==&lt;br /&gt;
The benefits from this project, is&lt;br /&gt;
# A convenient way, to let PyMOL users download all scripts at the PyMOL wiki, with a minimum of effort.&lt;br /&gt;
# The possibility to let script authors push changes to their script out to PyMOL users.&lt;br /&gt;
# Easier requiring assistance from the PyMOL [http://sourceforge.net/mail/?group_id=4546 mailing list].&lt;br /&gt;
&lt;br /&gt;
== Official repository ==&lt;br /&gt;
The repository is located at:&lt;br /&gt;
: https://github.com/Pymol-Scripts/Pymol-script-repo&lt;br /&gt;
&lt;br /&gt;
== Naming convention ==&lt;br /&gt;
We recommend that the name for script filename and pagename at the PyMOLWiki are the same.&lt;br /&gt;
All letters should also be lower case.&lt;br /&gt;
&lt;br /&gt;
Example: '''colorbydisplacement'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| For a description of use&lt;br /&gt;
| http://pymolwiki.org/index.php/colorbydisplacement&lt;br /&gt;
|-&lt;br /&gt;
| For a color coded view&lt;br /&gt;
| https://github.com/Pymol-Scripts/Pymol-script-repo/blob/master/colorbydisplacement.py&lt;br /&gt;
|-&lt;br /&gt;
| Raw download&lt;br /&gt;
| https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/colorbydisplacement.py&lt;br /&gt;
|-&lt;br /&gt;
| In the users local script library&lt;br /&gt;
| /home/tlinnet/Software/pymol/Pymol-script-repo/colorbydisplacement.py&lt;br /&gt;
|-&lt;br /&gt;
| To import in PyMOL&lt;br /&gt;
| &amp;lt;code&amp;gt;import colorbydisplacement&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| To print the available functions in PyMOL&lt;br /&gt;
| &amp;lt;code&amp;gt;help(colorbydisplacement)&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Read more here ==&lt;br /&gt;
&lt;br /&gt;
* [[git install|Git install instructions]]&lt;br /&gt;
* [[git authors|Information how to contribute scripts to the repository]].&lt;br /&gt;
* [[git script guidelines|Guidelines how to make a good PyMOL wiki script page]]&lt;br /&gt;
* [[git admin|Information how Repository admins handle the contributions]]&lt;/div&gt;</summary>
		<author><name>Speleo3</name></author>
	</entry>
</feed>