Skip to content

PWr-Aerospace/eclipse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECLIPSE - Project documentation

Project structure

.
├── images
├── src
│   ├── computer-vision
│   ├── hardware
│   ├── rpi
│   ├── desktop
│   └── stm32
├── project_plan
│   ├── project_charter.md
│   └── project_tasks_n_schedule.md
└── report
    └── report.md

Git usage

First install git and oben git bash in a directory where you want to clone the repo. Then clone the repo with:

git clone https://github.com/kcir-roberto/projects-jj-eclipse.git

In order to avoid conflicts, everybody should use their own branch. Please do not commit to master. To check on which branch you are, run

git branch --show-current

If it shows main, don't create any commits. Instead, switch to your branch using:

git checkout <your branch>

Or, if you don't have a branch yet, create one with:

git branch <your branch>

Please, as a name of your branch select your name/topic. This way its visible who is the owner and what is the purpose of the branch. Once you are on your branch, use git add, git commit and git push to manage your stuff.

Links:

The basics of markdown syntax you will find here: markdown basic syntax.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.9%
  • TeX 35.7%
  • Python 7.7%
  • Assembly 5.8%
  • C++ 3.3%
  • Makefile 0.3%
  • Other 0.3%