Initialize the Knowledge Base
-
Navigate to the SOP folder:
Terminal window cd lab-sops -
Initialize Git:
Terminal window git init -
Create the first recorded baseline:
Terminal window git add .git commit -m "Initial baseline of laboratory SOP collection"