### Add Files using Git Command Line Source: https://gitlab.com/astra-language/examples/llm-examples/cot/-/blob/main/README.md Use this command to add files to your project repository via the command line. Ensure you are in your existing repository directory. ```bash cd existing_repo git remote add origin https://gitlab.com/astra-language/examples/llm-examples/cot.git git branch -M main git push -uf origin main ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.