Skip to content

Saint-Francis-Robotics-Team2367/2021dev

Repository files navigation

2021dev

Learning wpilib

1. Branch from devTest to create new features or fix bugs

git checkout devTest

git checkout -b feature/my-feature OR git checkout -b bugfix/my-bugfix

git add .

git commit -m "m"

git push -u origin feature/my-feature

2. Merge new feature to devUnstable

git checkout devUnstable
git merge feature/my-feature

If you have a bug fix for your own branch and don't want to mess with the branch's base code, checkout your branch and branch from it to add your code. After adding the bug fix, merge to your original branch.

3. Once fully tested in devUnstable, merge your branch to devTest

4. Submit a pull request from devTest to main

Ask someone else to review the code and approve the request. The person who will review your code will test the code on devTest before approving.

Link to how to create a PR or ask Mr. P

NOTE: Do not branch from main or merge to main!

Link To Public CAD from 2019 and 2020

https://drive.google.com/drive/folders/16ykpyuDMUfN-VFv9O9xF9-8ooM6SM4vE?usp=sharing

About

Learning wpilib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

Languages