Perhaps I'm missing something here, but I've looked and I want to do something that looks pretty simple, but I've yet to figure out (or find someone who has) how to accomplish it.
- I have a project, and I've found a Github repo that contains content I would like to use as part of it.
- I want to fork that repo's content into my project (another repo)
- I want the connection of the fork to remain in case of changes to the original file (otherwise I would've simply simply copy/pasted at the beginning -- also, I would like the option of issuing pull-requests).
I've tried to simply, git clone https://github.com/dave/repository_of_dave.git
(and variations) but then there is still a connection with all of the content from Dave's repo. Is copy/pasting the only way to go here?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…