Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 589 Bytes

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