Jason Vertrees schrieb:
> Justin,
> 
> Thanks for taking the initiative to import the Script Library into git. 
>   It's great to see more and more of the PyMOL community giving back.
> 
> Now users can simply get a copy of all the scripts with one easy git 
> command.  I posted some details below the main menu of the Script 
> Library (http://pymolwiki.org/index.php/Category:Script_Library) on git.
> 
> I expect that if the community adopts the idea then the PyMOLWiki will 
> be used for documentation, photos and information related to the 
> scripts, while git will hold the actual code.
> 
> Cheers,
> 
> -- Jason
> 
> 
> 

Hi all,

just to clarify. Everyone can push back things into the Github. You just have 
to create an account at
GitHub, deposit a public ssh key and use this clone command:

git clone g...@github.com:jlec/Pymol-script-repo.git


If have already checked out the repo using the public access, open 
REPO_ROOT/.git/config in your
favorite editor and change

[remote "origin"]
   url = git://github.com/jlec/Pymol-script-repo.git
   fetch = +refs/heads/*:refs/remotes/origin/*

to

[remote "origin"]
   url = g...@github.com:jlec/Pymol-script-repo.git
   fetch = +refs/heads/*:refs/remotes/origin/*


and everything is fine.



Thanks,

justin
-- 
Justin Lecher
Institute for Neuroscience and Biophysics
ISB 3 - Institute for structural biochemistry
Research Centre Juelich GmbH,
52425 Juelich,Germany
phone: +49 2461 61 5385


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
PyMOL-users mailing list
PyMOL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pymol-users

Reply via email to