# See all branches
git br -a
Then we add the files
git add lib/software/nmrpipe.py
git commit
commit message
<source lang="text">
Added nmrpipe into git
</source>
# To see the commit message
git log
# Or see last changes by
git log -p
Then we create the '''seriestab''' branch, from where we will create the patch according to the differences of the '''sr''' branch.