When making a new PCB board, please import corresponding PCB board constraints from "Board Templates/JLC" if the board is to be manufactured by JLC.
Download git
Create a token in github so you can pull the repository in git bash
INSIDE GIT BASH TERMINAL
git clone https://github.com/LSUTigerRacing/Electronics.git
cd Electronics
Highlight and right click on FSAE_ELECTRONICS in git bash terminal to open file location and find KiCAD project
MAKE ALL EDITS TO LOCAL COPY HERE
OPEN GIT BASH TERMINAL WHEN FINISHED
cd Electronics
git checkout -b "Branch Name"
git add .
git commit -m "Description of work done in commit"
git push -u origin "Branch Name"
DELETE LOCAL COPY
REPEAT
TO MERGE:
go to branches tab
go to branches that you push
make a pull request
go into pull request
marge if no issues
delete branch
