I have this project and I'm using github for the first time. My question is regarding forks. My problem is that I want to fork this code I saw in github but I also want to use it in my existing project and work on the fork from there. Do I download the files then integrate it into my project
git add foldername/
git commit -m 'Added some awesome code from github'
git push -u origin master
or is there a way to retain it as a fork but have it as a branch in my repository? Or am I talking crazy here?