Open main menu

Changes

Git asynchronous development

125 bytes added, 12:21, 24 June 2013
== Example ==
=== Preparation ===
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 lib/software/nmrpipe.py
git commit
commit message
<source lang="text">
Added nmrpipe into git
</source>
 
=== Modification 1 ===
Then we modify, and add following
<source lang="python">