Open main menu

Changes

Git asynchronous development

493 bytes added, 11:31, 24 June 2013
== Example ==
As an example, we can take the development of the NMRPipe SeriesTab reader: [https://gna.org/support/index.php?3043 sr #3043: Support for NMRPipe seriesTab format *.ser]
git add pipe_control/spectrum.py
Then we modify, and add<source lang="python"># Python module imports.from re import split # relax module imports.from lib.errors import RelaxError</source>  git addpipe_control/spectrum.py git commit commit message<source lang="text">Imported expected modules in nmrpipe.py Progress sr #3043: (https://gna.org/support/index.php?3043) Support for NMRPipe seriesTab format *.ser Expected modules for use in lib\software\nmrpipe.py is imported></source>