Products > Programming

GitHub cloning online directly between two GitHub accounts

(1/1)

ricko_uk:
Hi,
I only ever used SourceTree as version control and only locally (without GitHub) and without branching or any other general functionality.

I cannot find anywhere details on how to duplicate/clone a GitHub repository from someone else's GitHub public account (say the public 3D printing Marlin firmware) directly to my GitHub account. How do you do it?

I also downloaded GitHub Desktop and manage to open it in there but when I tried to Push it it tries to push to the original Marlin account not mine. Why? And how do I do that?
No idea about branching at all as I never used it. Do I need to perhaps branch first? If so does it not appear as a branch on Marlin account (which I don't want to do because I just want to see how the software is written and not make any changes)?

Thank you :)

langwadt:
fork instead of clone?

ledtester:

--- Quote from: ricko_uk on December 04, 2021, 07:18:41 pm ---I also downloaded GitHub Desktop and manage to open it in there but when I tried to Push it it tries to push to the original Marlin account not mine. Why? And how do I do that?
No idea about branching at all as I never used it. Do I need to perhaps branch first? If so does it not appear as a branch on Marlin account (which I don't want to do because I just want to see how the software is written and not make any changes)?

--- End quote ---

See this answer:

https://stackoverflow.com/a/42084519/866915

It shows how to do it at the command line. Not sure how to do it within the github desktop menus, but you should be able to do it from the command line.

sleemanj:
You click the fork button (top right of the repository page at github)

ricko_uk:
Thank you all,
yes fork is what I was looking for! :)

Navigation

[0] Message Index

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod