correct way to setup git repo for esp-idf

gomez9656
Posts: 21
Joined: Mon Mar 14, 2022 7:48 pm

correct way to setup git repo for esp-idf

Postby gomez9656 » 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

nopnop2002
Posts: 111
Joined: Thu Oct 03, 2019 10:52 pm
Contact:

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

Postby nopnop2002 » Thu Oct 24, 2024 10:13 am

Is there anything special to do?
there is nothing.
Github projects are suitable for development by multiple people at the same time.

ESP_Sprite
Posts: 9749
Joined: Thu Nov 26, 2015 4:08 am

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

Postby ESP_Sprite » Thu Oct 24, 2024 11:18 am

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

Who is online

Users browsing this forum: benrank, Google [Bot] and 128 guests