Search found 1 match

by KamalaReagan
Wed Dec 29, 2021 8:08 am
Forum: Development of MicroPython
Topic: Attain the master repository
Replies: 1
Views: 14276

Attain the master repository

https://github.com/micropython/micropython (but what if I want to make mods???) git clone (rebase? stash??) git XXX What should I do to start my own branch here?) After I've completed my (atomic) modifications, tested them, and so on, I'd like to have my changes mirrored in the master. I'm not sure ...