A workspace for programmers in Beavercreek's Robotics program.
Before you can create a project and clone it to your computer, you’ll need to complete these steps:
Install one of the VEXcode Options:
There are several ways to start a new project. Since we want to use the VEXcode v5 templates, we’re going to start with a copy on your local computer, then import it into github. It will look something like this:

You will do your work in the VEX editor (or VSCode) and that will edit files in a local folder. Git will then synchronize all those file changes to github.
Create a project for your team to use this year. DO NOT “Initialize with a Readme or a license.” We want this to be blank. The project name should include:

[[Shift]] Right-click in your code’s folder and chose Git create repository here...:
. Ignore the “Make it bare” option. Leave it unchecked.eSwitch/Checkout. Then Create a New Branch named main.

Right-click then chose Commit -> "main" from the Tortoise git menu. Click All above the list of files and enter a message like “Initial commit of code” as your commit message. Click OK.
Right-Click, then chose Sync from the Tortoise Git menu. Paste your project’s url into Remote URL, then click Push.If all goes well, your local files should be copied to the github server and preserved and shared. From here on out, you’ll use “Commit” and “Push” or “Pull.” For a description of how git works, see Resources.
In VEXCode Pro, Click the new project option. Chose the project options. Once you’re done, return to step 2 above.
Assuming you’ve installed the VSCode VEX extension according to the instructions above, you’ll have the VEX icon //on your sidebar. Click it, then chose New Project. Select the type of project you want. It will be created in your Documents\vex-vscode-projects folder.
In VEXCode Pro, Open the directory where you cloned your project and begin to code.
Assuming you’ve installed the VSCode VEX extension according to the instructions above, you’ll have the VEX icon on your sidebar. Click it, then import a project. Browse to the directory where you cloned your vex repository and open your v5code file.
