Updating to stay as close as possible to release/v3.3
Posted: Mon Jun 17, 2019 8:42 am
I want to use as close as possible to release/v3.3 in anticipation of its release and the release of our product based upon it. This is git log after git pull and git submodule --init --recursive. I'm asking because I'm confused about the release/v3.3 tag I'm on vs the documentation. I think I must have previously done git checkout release/v3.3 because it was listed as available. Can I keep doing git pull and release/v3.3 will keep me on track? It has already taken me from 3.3 beta 2 to 3.3 beta 3.
$ git log
commit 8c57aa0242ad6e4b209129ef9cd2420224308257 (HEAD -> release/v3.3, origin/release/v3.3)
Merge: 0d5609ba9 2f7264532
Author: Angus Gratton <angus@espressif.com>
Date: Mon May 20 13:58:25 2019 +0800
Merge branch 'feature/allow_multiple_fragment_definitions_for_library' into 'release/v3.3'
Combine definitions of multiple mapping fragments referring to the same library
See merge request idf/esp-idf!4243
$ git describe --tags
v3.3-beta3-34-g8c57aa024