Skip to content

Install and Prepare Git

Tailwind CSS chat bubble component

If Git is the infrastructure for our protocol knowledge base, how do we install it?

Git enables structured tracking of text files such as Markdown SOPs.

Download Git from https://git-scm.com/download/

Follow the installation instructions for your operating system.

  1. Open a terminal.

  2. Configure your identity to interact with Git repositories:

    Terminal window
    git config --global user.name "Your Name"
    git config --global user.email "your.email@example.com"