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.

Initial Configuration

  1. Open a terminal.

  2. Configure your identity:

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