For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setting up git

Set your git credentials:

git config --global user.name "Mona Lisa"
git config --global user.email "monalisa@louvre.net"

More info on setting git credentials:

Setting your username in Git

Setting your commit email address

Last updated

Was this helpful?