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
Tagged version differences in git (release/v4.3 vs v4.3)
-
- Posts: 2
- Joined: Wed Jan 05, 2022 10:25 pm
-
- Posts: 9
- Joined: Thu Nov 16, 2017 9:09 pm
Re: Tagged version differences in git (release/v4.3 vs v4.3)
The former is the branch the latter is the tag.
For production use you want the tag generally as the branch is a moving target.
For production use you want the tag generally as the branch is a moving target.
-
- Posts: 2
- Joined: Wed Jan 05, 2022 10:25 pm
Re: Tagged version differences in git (release/v4.3 vs v4.3)
Thanks for the reply, I appreciate your time
Grant
Grant
Who is online
Users browsing this forum: Google [Bot] and 99 guests