Skip to content

Git Tips

David Kinder edited this page Aug 3, 2017 · 10 revisions

Find release tag dates

From within a cloned zephyr git repo on your host computer:

git for-each-ref --sort=taggerdate --format '%(refname) %(taggerdate)' refs/tags \
   | grep "zephyr-v"
Clone this wiki locally