Changes

Jump to navigation Jump to search

Git asynchronous development

216 bytes removed, 15:02, 22 July 2013
# 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.

Navigation menu