|
Think of it as a family tree... I write software, but i allow someone else to make changes to it, that could be a fork giving a new branch that branch can then also fork leading to more branches... if you trace any branch back you will find the original code. However not all modifications result in a fork (branch). a change in code only results in a fork (branch) if there is a significant change to it. In Linux you see many forks (branches). |
