openenergymonitor / emonpi

Raspberry Pi Based Energy Monitor. Hardware, Firmware & related software for the PI.
https://guide.openenergymonitor.org/setup
270 stars 113 forks source link

Use `git fetch` to update tags #114

Closed borpin closed 5 years ago

borpin commented 5 years ago

A git fetch --prune is required to ensure the tags get updated and so the 'git describe' used in the admin screen reports correctly. Including an --all just simply updates the local & remote repository branches.

glynhudson commented 5 years ago

Thanks 👍