Page 1 of 1

correct way to setup git repo for esp-idf

Posted: Tue Oct 22, 2024 12:30 pm
by gomez9656
I have a project in ESP-IDF 5.3.1, and I want to set up a GitHub repo for several people to use.

Is there anything special to do? What are the files that I should add or ignore?

Thanks a lot in advance

Re: correct way to setup git repo for esp-idf

Posted: Thu Oct 24, 2024 10:13 am
by nopnop2002
Is there anything special to do?
there is nothing.
Github projects are suitable for development by multiple people at the same time.

Re: correct way to setup git repo for esp-idf

Posted: Thu Oct 24, 2024 11:18 am
by ESP_Sprite
gomez9656 wrote:
Tue Oct 22, 2024 12:30 pm
I have a project in ESP-IDF 5.3.1, and I want to set up a GitHub repo for several people to use.

Is there anything special to do? What are the files that I should add or ignore?

Thanks a lot in advance
Best to make a .gitignore file so Git auto-ignores files that are not needed. Mine generally reads

Code: Select all

build
managed_components
sdkconfig.old
dependencies.lock