Tagged version differences in git (release/v4.3 vs v4.3)
Posted: Thu Jan 06, 2022 12:12 am
Hi
Can someone please tell me what the difference is between
1. git clone -b release/v4.3 --recursive https://github.com/espressif/esp-idf.git
and
2. git clone -b v4.3 --recursive https://github.com/espressif/esp-idf.git
The downloaded idf is different in each case. So which version is the official release of v4.3?
The sources of these commands:
1. https://docs.espressif.com/projects/esp ... et-esp-idf
2. https://github.com/espressif/esp-idf/releases/tag/v4.3
Thanks
Grant
Can someone please tell me what the difference is between
1. git clone -b release/v4.3 --recursive https://github.com/espressif/esp-idf.git
and
2. git clone -b v4.3 --recursive https://github.com/espressif/esp-idf.git
The downloaded idf is different in each case. So which version is the official release of v4.3?
The sources of these commands:
1. https://docs.espressif.com/projects/esp ... et-esp-idf
2. https://github.com/espressif/esp-idf/releases/tag/v4.3
Thanks
Grant