Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

LAD_Hardware

A repo designed to hold all Altium design files.

Instructions for starting project work

Get the most recent changes and branches: git pull
Create your own branch to start work on: git branch feature/<project-name>/<your-name>
Switch to that branch: git checkout <branch-name>

Start work on your project!

NOTE: Make sure you are on the correct branch before starting work or pushing changes!

DO NOT PUSH TO MAIN WITHOUT TEAM LEAD APPROVAL

Pushing work to GitHub

Make sure you're on the right branch (current branch highlighted in green): git branch -la
Stage current directory's changes (should be in highest level of repo): git add .
Commit your changes: git commit -m "Commit Message"
Push your changes to GitHub: git push
The first time you push from your new branch may have to set the remote endpoint:
git push --set-upstream origin feature/<project-name>/<your-name>

NOTE: Do not edit any schematics other than the one labeled for your project. This causes great pains when trying to merge progress to main.

About

A repo designed to hold all Altium design files.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages