=== 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