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?
[SOLVED] GIT: Forks and updates
Re: GIT: Forks and updates
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
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
(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?
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?
Re: GIT: Forks and updates
OK rojer thank you.
Return to “Technical Questions”
Who is online
Users browsing this forum: No registered users and 1 guest