[SOLVED] GIT: Forks and updates

Everything that has to do with the forum on a technical level. Logins, posts, formatting ...
Octal450
Posts: 2192
Joined: Sun Oct 18, 2015 2:47 am

[SOLVED] GIT: Forks and updates

Postby Octal450 » Wed Jan 20, 2016 10:21 pm

So here is my problem:

I update the MD-88 to my personel repo.

http://www.github.com/it0uchpods/MD-88

There is also my MD-88 forked into FGMEMBERS NON-GPL.

http://www.github.com/FGMEMBERS-NONGPL/MD-88

I have updated to my personel repo, how do I put that update into FGMEMBERS? I did not clone it, as I created the repo, so I originally pushed to /it0uchpods/MD-88

How do I merge that intop FGMEMBERS NON-GPL?

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: GIT: Forks and updates

Postby IAHM-COL » Thu Jan 21, 2016 1:42 am

you can send a Pull Request, and merge.
(thats the web-based-way)

You can push your new commits to the repository directly; without needing to do a PR

from your repo

Code: Select all

git push git@github.com:FGMEMBERS-NONGPL/MD-88.git master


That's the command line way

It does not matter what is a fork from who. In git, all forks are copies/clones, and there is no special priviledges on any of them. The only thing differs is write/push permissions
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

Octal450
Posts: 2192
Joined: Sun Oct 18, 2015 2:47 am

Re: GIT: Forks and updates

Postby Octal450 » Thu Jan 21, 2016 6:51 pm

OK rojer thank you.


Return to “Technical Questions”

Who is online

Users browsing this forum: No registered users and 12 guests