Open main menu

Changes

Git asynchronous development

34 bytes added, 12:14, 24 June 2013
no edit summary
git add lib/software/nmrpipe.py
git commit
# To see the commit message
git log
# If you would like to replace the last commit info
git commit --amend
 
commit message
<source lang="text">
Expected modules for use in lib\software\nmrpipe.py is imported>
</source>
  # To see the commit message git log # If you would like to replace the last commit info git commit --amend  Then we make a patch git diff > patch1nmrpipe1 # Or see it last changes by
git log -p
== See also ==
[[Category:Git]]