- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
cd existing_repo
git remote add origin https://github.com/your-username/backend-template.git
git branch -M main
git push -uf origin main