login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


What is a fork? Something like this: alt text

asked Feb 11 '12 at 06:07

RafalChmiel's gravatar image

RafalChmiel
491138151156


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).

answered Feb 12 '12 at 20:15

trueb's gravatar image

trueb
15.0k4999256

Thanks, I think I get it...

(Feb 13 '12 at 07:29) RafalChmiel RafalChmiel's gravatar image

a fork is like a fork in a road... you start out on road A but road B comes out from it as well.

As your program is concerned it is a change to a different destination it branches off of the main road.

answered Feb 12 '12 at 10:37

trueb's gravatar image

trueb
15.0k4999256

Thanks, but I'm still not really sure what it means.

(Feb 12 '12 at 15:55) RafalChmiel RafalChmiel's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×408
×275
×272
×177
×125
×119
×57
×46
×3
×1

Asked: Feb 11 '12 at 06:07

Seen: 748 times

Last updated: Feb 13 '12 at 07:29