akhiljns / raspberry-pi-weather-station

This is just an alpha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry pi Weather Station

Usage

  • Initialize a new git repository in the folder you are making the codes in
git init
  • Add the remote git repository
git remote add origin https://github.com/raspberry-pi-weather-station/weather-station-1.git
  • Edit the required files
  • Stage the modified files for a new commit
git add <Filename>
  • Commit the changes to the repository
git commit -m "Commit after <the modified files> (<date>)"
  • push the changed repository to your account and email me to tell me about the changes
git push origin master

About

This is just an alpha


Languages

Language:Python 40.5%Language:C 37.3%Language:TeX 18.5%Language:C++ 3.4%Language:Shell 0.3%