Open main menu

Changes

Git asynchronous development

No change in size, 14:25, 24 June 2013
from lib.errors import RelaxError
</source>
Then we make a patch
git diff > nmrpipe1
We add the change to be recorded
git add lib/software/nmrpipe.py
Then we make a patch
git diff > nmrpipe1
Then we commit
git commit