Open main menu

Changes

Git asynchronous development

373 bytes added, 12:39, 25 June 2013
=== 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]
 
We are going to make a support request '''sr''' branch. In this branch we add the files we would like to track for changes. Then we create a branch '''sr/seriestab''' from '''sr'''. We then track and create patches of the differences between '''sr/seriestab''' and '''sr'''.
 
Create the support request '''sr''' branch.
git co -b sr master
# See all branches
git br -a
git add lib/software/nmrpipe.py
Trusted, Bureaucrats
1,382

edits