Open main menu

Changes

Git asynchronous development

539 bytes added, 09:35, 20 July 2013
Then we test if the changes passed our test
relax -s Peak_lists.test_read_peak_list_NMRPipe_seriesTab
 
=== Changes to pipe_control\spectrum.py\read() ===
The above test, showed that the reading function had to be adjusted. So now we create a new branch, which is based on the branch we last edited.
git co -b sr2 seriestab
git add pipe_control\spectrum.py
git commit -m "Added pipe_control\spectrum.py into git"
git co -b spectrum sr2
git diff --stat --color spectrum..sr2
The last line, should show an empty line for "no changes".
 
Now we change spectrum.py in read(), # NMRPipe SeriesTab.<br>
Giving commit statements to each commit.
== See also ==
Trusted, Bureaucrats
1,382

edits