Skip to content

Code repository for operating, analyzing, and running measurements on the Margherita setup (all for RPi)

Notifications You must be signed in to change notification settings

espieglan/MargheritaCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MargheritaCode

Code repository for operating, analyzing, and running measurements on the Margherita setup (all for RPi)

Git Instructions

To be clean about what kind of user is committing to the repository, go to http://github.com and setup an account. E-mail ejangelico@ucdavis.com with your account (or don't...) .

Then do: git config --global user.email "youremail@example.com" git config --global user.name "your name"

These commands will put a tag on your name for each commit so we know who did what.

Simple Commits: git add [filenames] //this adds any modified files or adds new files that have not yet been created git commit -m 'your message here, telling what your commit did' git push origin master // the final push, use your github account

For organization of code, please put all libraries and dependencies in the 'lib' directory and all handmade scripts into the 'src' directory. Similarly, output from data should be placed in 'output' directory. Because all code will be pooled together, use recognizable names for scripts and outputs.

About

Code repository for operating, analyzing, and running measurements on the Margherita setup (all for RPi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published