- Add autoupdate mechanizm (#20)
Now every week styleguide-hooks automatically on branch checkout will make git fetch for new tags and ask you if found new version.
You can redefine how often check should prepare by CHECK_FOR_UPDATES_EVERY variable.
How to update to new version:
git fetch --all && git checkout v0.2.2.0 2>/dev/null && git statusIf you see HEAD detached at v0.2.2.0 - update is successfully completed.
