[{"data":1,"prerenderedAt":120},["ShallowReactive",2],{"term-f\u002Ffork":3,"related-f\u002Ffork":104},{"id":4,"title":5,"acronym":6,"body":7,"category":61,"description":86,"difficulty":87,"extension":88,"letter":89,"meta":90,"navigation":91,"path":92,"related":93,"seo":98,"sitemap":99,"stem":102,"subcategory":6,"__hash__":103},"terms\u002Fterms\u002Ff\u002Ffork.md","Fork",null,{"type":8,"value":9,"toc":80},"minimark",[10,15,19,23,26,30,69,73,76],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"A fork is like making your own personal copy of someone else's project on GitHub. It's YOUR copy now — you can change anything without affecting the original. If you make something cool, you can ask the original owner to add your changes (that's a pull request).",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"A fork is a server-side copy of a repository under your own account. It's commonly used in open-source workflows: fork a project, make changes, then submit a pull request to the original repo.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# On GitHub: click \"Fork\" button\n# Then clone YOUR fork:\ngit clone https:\u002F\u002Fgithub.com\u002FYOUR-USER\u002Fproject.git\n","bash","",[38,39,40,49,55],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sHwdD","# On GitHub: click \"Fork\" button\n",[41,50,52],{"class":43,"line":51},2,[41,53,54],{"class":47},"# Then clone YOUR fork:\n",[41,56,58,62,66],{"class":43,"line":57},3,[41,59,61],{"class":60},"sBMFI","git",[41,63,65],{"class":64},"sfazB"," clone",[41,67,68],{"class":64}," https:\u002F\u002Fgithub.com\u002FYOUR-USER\u002Fproject.git\n",[11,70,72],{"id":71},"when-youll-hear-this","When You'll Hear This",[16,74,75],{},"\"Fork the repo and submit a PR with your fix.\" \u002F \"I forked it and added dark mode.\"",[77,78,79],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":51,"depth":51,"links":81},[82,83,84,85],{"id":13,"depth":51,"text":14},{"id":21,"depth":51,"text":22},{"id":28,"depth":51,"text":29},{"id":71,"depth":51,"text":72},"A fork is like making your own personal copy of someone else's project on GitHub.","beginner","md","f",{},true,"\u002Fterms\u002Ff\u002Ffork",[94,95,96,97],"Clone","Pull Request","Repository","Open Source",{"title":5,"description":86},{"changefreq":100,"priority":101},"weekly",0.7,"terms\u002Ff\u002Ffork","7IwPPo2gcCQZiwmB2GzPz9_5b6F0XIFn2V5zXUXxkYk",[105,108,112,116],{"title":94,"path":106,"acronym":6,"category":61,"difficulty":87,"description":107},"\u002Fterms\u002Fc\u002Fclone","Clone is like downloading someone's entire project to your computer — all the files, all the history, everything.",{"title":97,"path":109,"acronym":6,"category":110,"difficulty":87,"description":111},"\u002Fterms\u002Fo\u002Fopen-source","general","Open source means the recipe is public. Anyone can read it, copy it, tweak it, and share their version. It's the opposite of a secret sauce.",{"title":95,"path":113,"acronym":114,"category":61,"difficulty":87,"description":115},"\u002Fterms\u002Fp\u002Fpull-request","PR","A pull request is like raising your hand in class and saying 'Hey, I made some changes — can someone check my work before we make it official?",{"title":96,"path":117,"acronym":118,"category":61,"difficulty":87,"description":119},"\u002Fterms\u002Fr\u002Frepository","Repo","A repository (repo) is a folder that Git is watching. It contains all your project files plus the entire history of every change ever made.",1776518282035]