What does it mean to fork on GitHub?How can I remove a commit on GitHub?Merging between forks in GitHubForking vs. Branching in GitHubPull new updates from original GitHub repository into forked GitHub repositoryGit push existing repo to a new and different remote repo server?Is there a way to cache GitHub credentials for pushing commits?How do I update a GitHub forked repository?Add images to README.md on GitHubPull request without forking?How to find out “The most popular repositories” on Github?

Why is the blank symbol not considered part of the input alphabet of a Turing machine?

What is more safe for browsing the web: PC or smartphone?

How to deal with employer who keeps me at work after working hours

Is crescere the correct word meaning to to grow or cultivate?

Huffman Code in C++

How is Pauli's exclusion principle still valid in these cases?

What does the copyright in a dissertation protect exactly?

Picking a theme as a discovery writer

While drilling into kitchen wall, hit a wire - any advice?

Python 3 - simple temperature program version 1.3

Is it normal for gliders not to have attitude indicators?

What does のそ mean on this picture?

HSA - Continue to Invest?

Antivirus for Ubuntu 18.04

Convert Numbers To Emoji Math

Debian 9 server no sshd in auth.log

Hostile Divisor Numbers

How do I download programs on Linux?

Is there precedent or are there procedures for a US president refusing to concede to an electoral defeat?

Problem with estimating a sequence with intuition

Has the United States ever had a non-Christian President?

Given a safe domain, are subdirectories safe as well?

What is a common way to tell if an academic is "above average," or outstanding in their field? Is their h-index (Hirsh index) one of them?

Referring to person by surname, keep or omit "von"?



What does it mean to fork on GitHub?


How can I remove a commit on GitHub?Merging between forks in GitHubForking vs. Branching in GitHubPull new updates from original GitHub repository into forked GitHub repositoryGit push existing repo to a new and different remote repo server?Is there a way to cache GitHub credentials for pushing commits?How do I update a GitHub forked repository?Add images to README.md on GitHubPull request without forking?How to find out “The most popular repositories” on Github?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








29















After few explorations, In my understanding, it is related to contribution.



Fork means to make a copy of the repository (the one being forked) into my own github account.
If I want to fork the official jQuery repository, then I would go to https://github.com/jquery/jquery and hit the "Fork" button and GitHub will copy the repository (jquery) to my account (http://github.com/yegya). Then a copied version of that repository will be available to me at http://github.com/yegya/jquery



Now I can make whatever the changes I wish to make to my repository and then send a pull request to the original repository (jQuery's repository), asking the jQuery team to merge my changes into their original repository.



Did I understand it properly, or does it mean something more or something else?










share|improve this question

















  • 3





    Yes, you're absolutely right! :)

    – Ziyaddin Sadigov
    Jul 24 '14 at 18:22











  • Thank you very much.

    – Sanjay Khadka
    Jul 25 '14 at 5:40











  • You're welcome! ;)

    – Ziyaddin Sadigov
    Jul 25 '14 at 9:43

















29















After few explorations, In my understanding, it is related to contribution.



Fork means to make a copy of the repository (the one being forked) into my own github account.
If I want to fork the official jQuery repository, then I would go to https://github.com/jquery/jquery and hit the "Fork" button and GitHub will copy the repository (jquery) to my account (http://github.com/yegya). Then a copied version of that repository will be available to me at http://github.com/yegya/jquery



Now I can make whatever the changes I wish to make to my repository and then send a pull request to the original repository (jQuery's repository), asking the jQuery team to merge my changes into their original repository.



Did I understand it properly, or does it mean something more or something else?










share|improve this question

















  • 3





    Yes, you're absolutely right! :)

    – Ziyaddin Sadigov
    Jul 24 '14 at 18:22











  • Thank you very much.

    – Sanjay Khadka
    Jul 25 '14 at 5:40











  • You're welcome! ;)

    – Ziyaddin Sadigov
    Jul 25 '14 at 9:43













29












29








29


4






After few explorations, In my understanding, it is related to contribution.



Fork means to make a copy of the repository (the one being forked) into my own github account.
If I want to fork the official jQuery repository, then I would go to https://github.com/jquery/jquery and hit the "Fork" button and GitHub will copy the repository (jquery) to my account (http://github.com/yegya). Then a copied version of that repository will be available to me at http://github.com/yegya/jquery



Now I can make whatever the changes I wish to make to my repository and then send a pull request to the original repository (jQuery's repository), asking the jQuery team to merge my changes into their original repository.



Did I understand it properly, or does it mean something more or something else?










share|improve this question














After few explorations, In my understanding, it is related to contribution.



Fork means to make a copy of the repository (the one being forked) into my own github account.
If I want to fork the official jQuery repository, then I would go to https://github.com/jquery/jquery and hit the "Fork" button and GitHub will copy the repository (jquery) to my account (http://github.com/yegya). Then a copied version of that repository will be available to me at http://github.com/yegya/jquery



Now I can make whatever the changes I wish to make to my repository and then send a pull request to the original repository (jQuery's repository), asking the jQuery team to merge my changes into their original repository.



Did I understand it properly, or does it mean something more or something else?







github repository fork






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 24 '14 at 17:04









Sanjay KhadkaSanjay Khadka

7741123




7741123







  • 3





    Yes, you're absolutely right! :)

    – Ziyaddin Sadigov
    Jul 24 '14 at 18:22











  • Thank you very much.

    – Sanjay Khadka
    Jul 25 '14 at 5:40











  • You're welcome! ;)

    – Ziyaddin Sadigov
    Jul 25 '14 at 9:43












  • 3





    Yes, you're absolutely right! :)

    – Ziyaddin Sadigov
    Jul 24 '14 at 18:22











  • Thank you very much.

    – Sanjay Khadka
    Jul 25 '14 at 5:40











  • You're welcome! ;)

    – Ziyaddin Sadigov
    Jul 25 '14 at 9:43







3




3





Yes, you're absolutely right! :)

– Ziyaddin Sadigov
Jul 24 '14 at 18:22





Yes, you're absolutely right! :)

– Ziyaddin Sadigov
Jul 24 '14 at 18:22













Thank you very much.

– Sanjay Khadka
Jul 25 '14 at 5:40





Thank you very much.

– Sanjay Khadka
Jul 25 '14 at 5:40













You're welcome! ;)

– Ziyaddin Sadigov
Jul 25 '14 at 9:43





You're welcome! ;)

– Ziyaddin Sadigov
Jul 25 '14 at 9:43












2 Answers
2






active

oldest

votes


















8














Yes, you are absolutely right. When i teach others GitHub, i would like to explain the concept via an example. Lets take a scenario in which the teacher is conducting an MCQ in his class. He usually make copy of the question paper and distribute it (Forking) to his students so that they can work on it and mark the correct answer. The teacher still has the master copy. On the completion of the test he can collect the copies from students so that he can assess it(Pull request).



Simply just like it. Forking is a concept of making copy of the main repository to your account so that you can make modifications in it. You can Submit pull request to the main repository with the modifications. It will make sure that the main repository is prevented from unwanted changes.






share|improve this answer






























    0














    A fork is a copy of a project folder (repository) into your account or onto your desktop if you use Github on your Desktop. This allows you to freely experiment with changes without affecting the original project.



    You can try this out at Github itself, where they provides a repository for you to practice with!



    https://github.com/octocat/Spoon-Knife



    Cheers. gities..






    share|improve this answer























      Your Answer






      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f24939843%2fwhat-does-it-mean-to-fork-on-github%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      8














      Yes, you are absolutely right. When i teach others GitHub, i would like to explain the concept via an example. Lets take a scenario in which the teacher is conducting an MCQ in his class. He usually make copy of the question paper and distribute it (Forking) to his students so that they can work on it and mark the correct answer. The teacher still has the master copy. On the completion of the test he can collect the copies from students so that he can assess it(Pull request).



      Simply just like it. Forking is a concept of making copy of the main repository to your account so that you can make modifications in it. You can Submit pull request to the main repository with the modifications. It will make sure that the main repository is prevented from unwanted changes.






      share|improve this answer



























        8














        Yes, you are absolutely right. When i teach others GitHub, i would like to explain the concept via an example. Lets take a scenario in which the teacher is conducting an MCQ in his class. He usually make copy of the question paper and distribute it (Forking) to his students so that they can work on it and mark the correct answer. The teacher still has the master copy. On the completion of the test he can collect the copies from students so that he can assess it(Pull request).



        Simply just like it. Forking is a concept of making copy of the main repository to your account so that you can make modifications in it. You can Submit pull request to the main repository with the modifications. It will make sure that the main repository is prevented from unwanted changes.






        share|improve this answer

























          8












          8








          8







          Yes, you are absolutely right. When i teach others GitHub, i would like to explain the concept via an example. Lets take a scenario in which the teacher is conducting an MCQ in his class. He usually make copy of the question paper and distribute it (Forking) to his students so that they can work on it and mark the correct answer. The teacher still has the master copy. On the completion of the test he can collect the copies from students so that he can assess it(Pull request).



          Simply just like it. Forking is a concept of making copy of the main repository to your account so that you can make modifications in it. You can Submit pull request to the main repository with the modifications. It will make sure that the main repository is prevented from unwanted changes.






          share|improve this answer













          Yes, you are absolutely right. When i teach others GitHub, i would like to explain the concept via an example. Lets take a scenario in which the teacher is conducting an MCQ in his class. He usually make copy of the question paper and distribute it (Forking) to his students so that they can work on it and mark the correct answer. The teacher still has the master copy. On the completion of the test he can collect the copies from students so that he can assess it(Pull request).



          Simply just like it. Forking is a concept of making copy of the main repository to your account so that you can make modifications in it. You can Submit pull request to the main repository with the modifications. It will make sure that the main repository is prevented from unwanted changes.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 1 '17 at 12:43









          Gautam Krishna RGautam Krishna R

          1,2081322




          1,2081322























              0














              A fork is a copy of a project folder (repository) into your account or onto your desktop if you use Github on your Desktop. This allows you to freely experiment with changes without affecting the original project.



              You can try this out at Github itself, where they provides a repository for you to practice with!



              https://github.com/octocat/Spoon-Knife



              Cheers. gities..






              share|improve this answer



























                0














                A fork is a copy of a project folder (repository) into your account or onto your desktop if you use Github on your Desktop. This allows you to freely experiment with changes without affecting the original project.



                You can try this out at Github itself, where they provides a repository for you to practice with!



                https://github.com/octocat/Spoon-Knife



                Cheers. gities..






                share|improve this answer

























                  0












                  0








                  0







                  A fork is a copy of a project folder (repository) into your account or onto your desktop if you use Github on your Desktop. This allows you to freely experiment with changes without affecting the original project.



                  You can try this out at Github itself, where they provides a repository for you to practice with!



                  https://github.com/octocat/Spoon-Knife



                  Cheers. gities..






                  share|improve this answer













                  A fork is a copy of a project folder (repository) into your account or onto your desktop if you use Github on your Desktop. This allows you to freely experiment with changes without affecting the original project.



                  You can try this out at Github itself, where they provides a repository for you to practice with!



                  https://github.com/octocat/Spoon-Knife



                  Cheers. gities..







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 23 at 4:14









                  Must Keem JMust Keem J

                  1,6541126




                  1,6541126



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f24939843%2fwhat-does-it-mean-to-fork-on-github%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                      Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                      Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript