Changes

Jump to navigation Jump to search

Git asynchronous development

64 bytes added, 13:00, 24 June 2013
from lib.errors import RelaxError
</source>
We add the change to be recorded
git add lib/software/nmrpipe.py
Then we make a patch
git diff > nmrpipe1
Then we commit
git commit
commit message. See [[Format_commit_logs]].
<source lang="text">
Imported expected modules in nmrpipe.py
Progress sr #3043: (https://gna.org/support/index.php?3043) Support for NMRPipe seriesTab format *.ser
Imported expected modules for use in lib\software\nmrpipe.py is imported> 
</source>
 
# To see the commit message
git log
git commit --amend
Then we make a patch git diff > nmrpipe1
# Or see last changes by
git log -p

Navigation menu