How to clone specific TAG from github?

newsettler_AI
Posts: 121
Joined: Wed Apr 05, 2017 12:49 pm

How to clone specific TAG from github?

Postby newsettler_AI » Sat Sep 07, 2019 6:03 pm

Hi,

Sorry for newbie question, but I'm completely lost.

I want to get ESP-IDF Release v3.3 (LTS), mentioned here:
https://github.com/espressif/esp-idf/releases

I tried

Code: Select all

git clone --recursive https://github.com/espressif/esp-idf.git --branch release/v3.3
But it gives me RC version:

Code: Select all

$ git describe --tags --dirty
v3.3-rc-24-g148a26980
which is wrong I suppose...

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: How to clone specific TAG from github?

Postby WiFive » Sun Sep 08, 2019 12:58 am

No that's correct, what it means is 24 commits added since tag v3.3-rc, latest commit 148a26980


Who is online

Users browsing this forum: Google [Bot] and 141 guests