Proposed Workflow
-
Create a branch for the modification:
Terminal window git checkout -b improve-dna-lysis-step -
Edit the SOP in Markdown.
-
Commit changes with explanation:
Terminal window git commit -m "Increase lysis time to improve yield" -
Push the branch to the remote repository:
Terminal window git push -
Open a pull request for review.