Page 1 of 1

git write access

Posted: Fri Oct 06, 2017 6:00 pm
by bdodge
I'd like to contribute a PR, but can't push commits on my branch to github (permission). How do I get permission?

Re: git write access

Posted: Sat Oct 07, 2017 3:22 am
by ESP_Sprite
The way Git(hub) works is that you initially fork the repository into your own namespace (See the 'fork' button, top-right in the Github page). That gives you a copy of esp-idf you can edit, make branches, do whatever in. If you have a branch with updates you want to make a PR of, you can then do that from there.