emericg / WatchFlower

A plant monitoring application that reads and plots data from compatible Bluetooth sensors and thermometers like Xiaomi 'Flower Care' or Parrot 'Flower Power'
https://emeric.io/WatchFlower
GNU General Public License v3.0
195 stars 29 forks source link

Continue german translation #11

Closed Megachip closed 4 years ago

Megachip commented 4 years ago

Issue #7

emericg commented 4 years ago

Thanks! And don't forget to always pull changes from master before a commit and a pull request!

Megachip commented 4 years ago

Thanks! And don't forget to always pull changes from master before a commit and a pull request! I know at least how to do this on git, but how to do this on github? :(

emericg commented 4 years ago

It's not really straigtforward, but basically, you add my repository as a remote from your local repository, pull changes from that remote, automatically merge or merge + fix if needed, then you can also push to your github. Instead of merging you can also do a rebase, especially is you haven't push your changes yet or if you're working alone in a local branch) then you can also push to your github. History will be cleaner.