Page 1 of 1

Attain the master repository

Posted: Wed Dec 29, 2021 8:08 am
by KamalaReagan
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 what command to use for this.

git XXX (push/pull/clone/what??)

Keep in mind that this is how I usually work:

svn co https://server/repository
(change change change fix fix test test fix test)
svn ci

Re: Attain the master repository

Posted: Thu Dec 30, 2021 7:16 pm
by dhylands
You may want to look at this thread: viewtopic.php?f=3&t=742&p=4320#p4319

There is also github documentation om creating a pull request here: https://docs.github.com/en/pull-request ... ll-request