{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {},
  "_ordered_sections": [],
  "item_file": null,
  "item_line": null,
  "item_type": null,
  "aliases": [],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "gitwash:forking_hell",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You need to do this only once.  The instructions here are very similar to the instructions at https://help.github.com/en/github/getting-started-with-github/fork-a-repo "
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "emdash"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " please see that page for more detail.  We're repeating some of it here just to give the specifics for the "
            },
            {
              "__type": "Link",
              "__tag": 4049,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "scikit-image"
                }
              ],
              "url": "https://scikit-image.org",
              "title": ""
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " project, and to suggest some default names."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Making your own copy (fork) of scikit-image"
        }
      ],
      "level": 0,
      "target": "forking"
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "If you don't have a github account, go to the github page, and make one."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "You then need to configure your account to allow write access "
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "emdash"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " see the "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "Generating SSH keys"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " help on "
            },
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "github help",
              "domain": null,
              "role": null,
              "inventory": null
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Set up and configure a github account"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "BulletList",
          "__tag": 4053,
          "ordered": true,
          "start": 1,
          "children": [
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Log into your github account."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Go to the "
                    },
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "scikit-image"
                        }
                      ],
                      "url": "https://scikit-image.org",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " github home at "
                    },
                    {
                      "__type": "InlineRole",
                      "__tag": 4003,
                      "value": "scikit-image github",
                      "domain": null,
                      "role": null,
                      "inventory": null
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "ListItem",
              "__tag": 4054,
              "children": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Click on the "
                    },
                    {
                      "__type": "Emphasis",
                      "__tag": 4047,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "fork"
                        }
                      ]
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " button:"
                    }
                  ]
                },
                {
                  "__type": "Figure",
                  "__tag": 4024,
                  "value": {
                    "__type": "RefInfo",
                    "__tag": 4000,
                    "module": "skimage",
                    "version": "0.26.1rc0.dev0+git20260530.b607368ff",
                    "kind": "assets",
                    "path": "forking_button.png"
                  }
                },
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Now, after a short pause and some 'Hardcore forking action', you    should find yourself at the home page for your own forked copy of "
                    },
                    {
                      "__type": "Link",
                      "__tag": 4049,
                      "children": [
                        {
                          "__type": "Text",
                          "__tag": 4046,
                          "value": "scikit-image"
                        }
                      ],
                      "url": "https://scikit-image.org",
                      "title": ""
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "."
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "PROJECTNAME"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "PROJECTNAME github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "PROJECTNAME mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "numpy"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "numpy github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "numpy mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "scipy"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "scipy github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "scipy mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "nipy"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "nipy github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "nipy mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "ipython"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "ipython github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "ipython mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "dipy"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "dipy github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "dipy mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "nibabel"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "nibabel github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "nibabel mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "marsbar"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "marsbar github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "MarsBaR mailing list"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "scikit-image"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "scikit-image github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "scikit-image developer forum"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "github help"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "msysgit"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git-osx-installer"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "subversion"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git cheat sheet"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "pro git book"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git svn crash course"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "learn.github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "network graph visualizer"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git user manual"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git tutorial"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git community book"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git ready"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git casts"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "Fernando's git page"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git magic"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git concepts"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git clone"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git checkout"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git commit"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git push"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git pull"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git add"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git status"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git diff"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git log"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git branch"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git remote"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git rebase"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git config"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "why the -a flag?"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git staging area"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "tangled working copy problem"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "linux git workflow"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git parable"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "git foundation"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "deleting master on github"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "rebase without tears"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "resolving a merge"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "ipython git workflow"
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "python"
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Create your own forked copy of "
        },
        {
          "__type": "InlineRole",
          "__tag": 4003,
          "value": "scikit-image",
          "domain": null,
          "role": null,
          "inventory": null
        }
      ],
      "level": 1,
      "target": null
    }
  ],
  "local_refs": []
}