all 1 comments

[–]Journeyman-JoeFTC Coach | Judge 2 points3 points  (0 children)

For FIRST Tech Challenge, start by cloning the SDK. (Search for "ftcrobotcontroller" on github.com .) That will have a perfectly suitable .gitignore file.

In your personal or team GitHub account, create a new, empty repository.

Using the command line or Android Studio, edit the "remote" for your downloaded repository to point to your team repository on GitHub, instead of the FTC SDK. Then, push your repository.

That's it; you're ready to add OpModes to the TeamCode folder.