Open main menu

Changes

Git asynchronous development

67 bytes added, 13:51, 25 June 2013
no edit summary
Then we add the files
git add lib/software/nmrpipe.py
# OR use this, to add changes from all tracked files
git add -u
git commit
We add the change to be recorded
git add lib/software/nmrpipe.py
# OR use this, to add changes from all tracked files
git add -u
Then we commit
git commit
We add the change to be recorded
git add lib/software/nmrpipe.py
# OR use this, to add changes from all tracked files
git add -u
Then we commit
git commit
Trusted, Bureaucrats
1,382

edits