Git

Create a zip archive of repository Reference git archive --prefix=riboplot/ -o /tmp/riboplot_0.3.1.zip HEAD Undo changes Reference When changes have already been pushed to a remote, use git revert: git revert commit_id Otherwise, to undo the last...