Recommended Practices
- Use descriptive commit messages
- Review protocol changes before merging
- Keep validated procedures in the main branch
- Archive outdated protocols instead of deleting them
Multiple people contribute to protocols. How do we prevent conflicts?
When testing alternative approaches:
git checkout -b alternative-lysis-testThis allows experimentation without affecting validated procedures.
Recommended Practices
Hosting on platforms such as GitHub or GitLab enables:
Your SOP system becomes collaborative scientific infrastructure.