Git admin: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(Created page with "== Additional reading == For more commands on git, look here: http://cheat.errtheblog.com/s/git")
 
Line 1: Line 1:
== Useful commands ==
Make a zip file of the scipts
git archive --format zip --output ./zip_archives/Pymol-script-repo_20111203.zip master
== Additional reading ==
== Additional reading ==
For more commands on git, look here: http://cheat.errtheblog.com/s/git
For more commands on git, look here: http://cheat.errtheblog.com/s/git

Revision as of 06:17, 3 December 2011

Useful commands

Make a zip file of the scipts

git archive --format zip --output ./zip_archives/Pymol-script-repo_20111203.zip master


Additional reading

For more commands on git, look here: http://cheat.errtheblog.com/s/git