This is a read-only mirror of pymolwiki.org
Difference between revisions of "Git admin"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Useful commands == | == Useful commands == | ||
Make a zip file of the scripts, to add to the download page at Github | Make a zip file of the scripts, to add to the download page at Github | ||
− | git archive --format zip --output ./zip_archives/Pymol-script- | + | git archive --format zip --output ./zip_archives/Pymol-script-repo_DATE.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 11:21, 3 December 2011
Useful commands
Make a zip file of the scripts, to add to the download page at Github
git archive --format zip --output ./zip_archives/Pymol-script-repo_DATE.zip master
Additional reading
For more commands on git, look here: http://cheat.errtheblog.com/s/git