[{"data":1,"prerenderedAt":138},["ShallowReactive",2],{"term-g\u002Fgit":3,"related-g\u002Fgit":121},{"id":4,"title":5,"acronym":6,"body":7,"category":48,"description":102,"difficulty":103,"extension":104,"letter":105,"meta":106,"navigation":107,"path":108,"related":109,"seo":115,"sitemap":116,"stem":119,"subcategory":6,"__hash__":120},"terms\u002Fterms\u002Fg\u002Fgit.md","Git",null,{"type":8,"value":9,"toc":96},"minimark",[10,15,19,23,26,30,85,89,92],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"Git is like a magical save system for your code. Every time you save (commit), it remembers exactly what changed. You can go back to any save point, like checkpoints in a video game. Even if you mess everything up, you can always rewind.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"Git is a distributed version control system that tracks changes in source code. It allows multiple developers to collaborate on the same codebase, maintains a complete history of every change, and supports branching\u002Fmerging workflows.",[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","git init\ngit add .\ngit commit -m \"first commit\"\n","bash","",[38,39,40,53,64],"code",{"__ignoreMap":36},[41,42,45,49],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sBMFI","git",[41,50,52],{"class":51},"sfazB"," init\n",[41,54,56,58,61],{"class":43,"line":55},2,[41,57,48],{"class":47},[41,59,60],{"class":51}," add",[41,62,63],{"class":51}," .\n",[41,65,67,69,72,75,79,82],{"class":43,"line":66},3,[41,68,48],{"class":47},[41,70,71],{"class":51}," commit",[41,73,74],{"class":51}," -m",[41,76,78],{"class":77},"sMK4o"," \"",[41,80,81],{"class":51},"first commit",[41,83,84],{"class":77},"\"\n",[11,86,88],{"id":87},"when-youll-hear-this","When You'll Hear This",[16,90,91],{},"\"Did you push your changes to git?\" \u002F \"Check the git history to see who changed that.\"",[93,94,95],"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":55,"depth":55,"links":97},[98,99,100,101],{"id":13,"depth":55,"text":14},{"id":21,"depth":55,"text":22},{"id":28,"depth":55,"text":29},{"id":87,"depth":55,"text":88},"Git is like a magical save system for your code. Every time you save (commit), it remembers exactly what changed.","beginner","md","g",{},true,"\u002Fterms\u002Fg\u002Fgit",[110,111,112,113,114],"Commit","Push","Pull","Branch","Repository",{"title":5,"description":102},{"changefreq":117,"priority":118},"weekly",0.7,"terms\u002Fg\u002Fgit","duxoWqccRR9OmSJJRaSyaYJh8fAagCWsFz9KzlMSLYc",[122,125,128,131,134],{"title":113,"path":123,"acronym":6,"category":48,"difficulty":103,"description":124},"\u002Fterms\u002Fb\u002Fbranch","A branch is like creating a parallel universe for your code.",{"title":110,"path":126,"acronym":6,"category":48,"difficulty":103,"description":127},"\u002Fterms\u002Fc\u002Fcommit","A commit is like pressing the save button in a video game.",{"title":112,"path":129,"acronym":6,"category":48,"difficulty":103,"description":130},"\u002Fterms\u002Fp\u002Fpull","Pull is the opposite of push — it downloads everyone else's latest changes from the cloud to your computer.",{"title":111,"path":132,"acronym":6,"category":48,"difficulty":103,"description":133},"\u002Fterms\u002Fp\u002Fpush","Push is like uploading your saved game to the cloud so your friends can download it.",{"title":114,"path":135,"acronym":136,"category":48,"difficulty":103,"description":137},"\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.",1776518249386]