### Add Files using Git Command Line Source: https://gitlab.com/astra-language/examples/styles/light-switch/-/blob/main/README.md Use this command to add files to your Git repository or push an existing one to the GitLab remote. Ensure you are in your existing repository directory. ```bash cd existing_repo git remote add origin https://gitlab.com/astra-language/examples/styles/light-switch.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.