Attain the master repository

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
KamalaReagan
Posts: 1
Joined: Tue Dec 28, 2021 11:15 pm

Attain the master repository

Post by KamalaReagan » Wed Dec 29, 2021 8:08 am

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

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Attain the master repository

Post by dhylands » Thu Dec 30, 2021 7:16 pm

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

Post Reply