I've forked a project on Github. Now I want to contribute to the forked repo as well as develop an in-house application using that same repo.
The in-house application strips off several lines of code that isn't required. In house-app should be managed as a branch, fork or a clone ?
As far as I understood, fork is a github-to-github copy of a repo. Clone is a local copy of a github repo. Not sure what are branches... but adding a branch does not make a new local copy (when git is installed.)