[{"data":1,"prerenderedAt":144},["ShallowReactive",2],{"term-g\u002Fgithub":3,"related-g\u002Fgithub":132},{"id":4,"title":5,"acronym":6,"body":7,"category":113,"description":114,"difficulty":115,"extension":116,"letter":117,"meta":118,"navigation":119,"path":120,"related":121,"seo":126,"sitemap":127,"stem":130,"subcategory":6,"__hash__":131},"terms\u002Fterms\u002Fg\u002Fgithub.md","GitHub",null,{"type":8,"value":9,"toc":107},"minimark",[10,15,19,23,26,30,96,100,103],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"GitHub is like Instagram for code. It's a website where you store your Git repos in the cloud, collaborate with other developers, review code, and show off your projects. It's where most open-source projects live. Git is the tool, GitHub is the website.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"GitHub is a cloud-based Git hosting platform that provides repository hosting, pull request workflows, issue tracking, CI\u002FCD (GitHub Actions), package hosting, and social coding features. Alternatives include GitLab and Bitbucket.",[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","gh repo create my-project --private\ngh pr create --title \"My feature\"\ngh issue list\n","bash","",[38,39,40,62,85],"code",{"__ignoreMap":36},[41,42,45,49,53,56,59],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sBMFI","gh",[41,50,52],{"class":51},"sfazB"," repo",[41,54,55],{"class":51}," create",[41,57,58],{"class":51}," my-project",[41,60,61],{"class":51}," --private\n",[41,63,65,67,70,72,75,79,82],{"class":43,"line":64},2,[41,66,48],{"class":47},[41,68,69],{"class":51}," pr",[41,71,55],{"class":51},[41,73,74],{"class":51}," --title",[41,76,78],{"class":77},"sMK4o"," \"",[41,80,81],{"class":51},"My feature",[41,83,84],{"class":77},"\"\n",[41,86,88,90,93],{"class":43,"line":87},3,[41,89,48],{"class":47},[41,91,92],{"class":51}," issue",[41,94,95],{"class":51}," list\n",[11,97,99],{"id":98},"when-youll-hear-this","When You'll Hear This",[16,101,102],{},"\"Push it to GitHub.\" \u002F \"Check the issues on GitHub.\" \u002F \"Star the repo on GitHub.\"",[104,105,106],"style",{},"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 pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}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":64,"depth":64,"links":108},[109,110,111,112],{"id":13,"depth":64,"text":14},{"id":21,"depth":64,"text":22},{"id":28,"depth":64,"text":29},{"id":98,"depth":64,"text":99},"git","GitHub is like Instagram for code.","beginner","md","g",{},true,"\u002Fterms\u002Fg\u002Fgithub",[122,123,124,125],"Git","Repository","Pull Request","GitLab",{"title":5,"description":114},{"changefreq":128,"priority":129},"weekly",0.7,"terms\u002Fg\u002Fgithub","Qn6d2qFJPepN8FZ6LkD1aImvHmVTw9lDg4NQtjxplJs",[133,136,140],{"title":122,"path":134,"acronym":6,"category":113,"difficulty":115,"description":135},"\u002Fterms\u002Fg\u002Fgit","Git is like a magical save system for your code. Every time you save (commit), it remembers exactly what changed.",{"title":124,"path":137,"acronym":138,"category":113,"difficulty":115,"description":139},"\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":123,"path":141,"acronym":142,"category":113,"difficulty":115,"description":143},"\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.",1776518283983]