Skip to content

Configure git to allow commits

We should at least do these:

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

and ideally we want to grab those from the host if possible.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information