[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"content:legacy:page:\u002Fcheatsheets\u002Fgit":3,"content:legacy:navigation":555,"content:legacy:surround:\u002Fcheatsheets\u002Fgit":840},{"id":4,"title":5,"body":6,"description":542,"extension":543,"icon":544,"meta":545,"modifiedAt":546,"navigation":547,"path":548,"publishedAt":549,"seo":550,"sitemap":551,"stem":553,"updatedAt":552,"__hash__":554},"cheatsheets\u002Fcheatsheets\u002Fgit.md","Git",{"type":7,"value":8,"toc":540},"minimark",[9,14,80,84,133,137,217,221,291,295,335,339,408,412,446,450,482,486,536],[10,11,13],"h5",{"id":12},"️-init-config","⚡️ Init & Config",[15,16,21],"pre",{"className":17,"code":18,"language":19,"meta":20,"style":20},"language-bash shiki shiki-themes github-light github-dark","git init\ngit config --global user.name \"Your Name\"\ngit config --global user.email \"you@example.com\"\ngit config --list\n","bash","",[22,23,24,37,55,70],"code",{"__ignoreMap":20},[25,26,29,33],"span",{"class":27,"line":28},"line",1,[25,30,32],{"class":31},"sScJk","git",[25,34,36],{"class":35},"sZZnC"," init\n",[25,38,40,42,45,49,52],{"class":27,"line":39},2,[25,41,32],{"class":31},[25,43,44],{"class":35}," config",[25,46,48],{"class":47},"sj4cs"," --global",[25,50,51],{"class":35}," user.name",[25,53,54],{"class":35}," \"Your Name\"\n",[25,56,58,60,62,64,67],{"class":27,"line":57},3,[25,59,32],{"class":31},[25,61,44],{"class":35},[25,63,48],{"class":47},[25,65,66],{"class":35}," user.email",[25,68,69],{"class":35}," \"you@example.com\"\n",[25,71,73,75,77],{"class":27,"line":72},4,[25,74,32],{"class":31},[25,76,44],{"class":35},[25,78,79],{"class":47}," --list\n",[10,81,83],{"id":82},"repository","📦 Repository",[15,85,87],{"className":17,"code":86,"language":19,"meta":20,"style":20},"git clone https:\u002F\u002Fgithub.com\u002Fuser\u002Frepo.git\ngit remote -v\ngit remote add origin https:\u002F\u002Fgithub.com\u002Fuser\u002Frepo.git\ngit fetch origin\n",[22,88,89,99,109,123],{"__ignoreMap":20},[25,90,91,93,96],{"class":27,"line":28},[25,92,32],{"class":31},[25,94,95],{"class":35}," clone",[25,97,98],{"class":35}," https:\u002F\u002Fgithub.com\u002Fuser\u002Frepo.git\n",[25,100,101,103,106],{"class":27,"line":39},[25,102,32],{"class":31},[25,104,105],{"class":35}," remote",[25,107,108],{"class":47}," -v\n",[25,110,111,113,115,118,121],{"class":27,"line":57},[25,112,32],{"class":31},[25,114,105],{"class":35},[25,116,117],{"class":35}," add",[25,119,120],{"class":35}," origin",[25,122,98],{"class":35},[25,124,125,127,130],{"class":27,"line":72},[25,126,32],{"class":31},[25,128,129],{"class":35}," fetch",[25,131,132],{"class":35}," origin\n",[10,134,136],{"id":135},"commit-history","📝 Commit & History",[15,138,140],{"className":17,"code":139,"language":19,"meta":20,"style":20},"git status\ngit add file.txt\ngit add .                      # Add all changes\ngit commit -m \"Message\"\ngit log --oneline --graph\ngit show HEAD\ngit diff\n",[22,141,142,149,158,171,184,198,209],{"__ignoreMap":20},[25,143,144,146],{"class":27,"line":28},[25,145,32],{"class":31},[25,147,148],{"class":35}," status\n",[25,150,151,153,155],{"class":27,"line":39},[25,152,32],{"class":31},[25,154,117],{"class":35},[25,156,157],{"class":35}," file.txt\n",[25,159,160,162,164,167],{"class":27,"line":57},[25,161,32],{"class":31},[25,163,117],{"class":35},[25,165,166],{"class":35}," .",[25,168,170],{"class":169},"sJ8bj","                      # Add all changes\n",[25,172,173,175,178,181],{"class":27,"line":72},[25,174,32],{"class":31},[25,176,177],{"class":35}," commit",[25,179,180],{"class":47}," -m",[25,182,183],{"class":35}," \"Message\"\n",[25,185,187,189,192,195],{"class":27,"line":186},5,[25,188,32],{"class":31},[25,190,191],{"class":35}," log",[25,193,194],{"class":47}," --oneline",[25,196,197],{"class":47}," --graph\n",[25,199,201,203,206],{"class":27,"line":200},6,[25,202,32],{"class":31},[25,204,205],{"class":35}," show",[25,207,208],{"class":35}," HEAD\n",[25,210,212,214],{"class":27,"line":211},7,[25,213,32],{"class":31},[25,215,216],{"class":35}," diff\n",[10,218,220],{"id":219},"branching-merging","🔄 Branching & Merging",[15,222,224],{"className":17,"code":223,"language":19,"meta":20,"style":20},"git branch\ngit branch new-feature\ngit checkout new-feature\ngit switch main\ngit merge new-feature\ngit rebase main\ngit branch -d new-feature\n",[22,225,226,233,243,252,262,271,280],{"__ignoreMap":20},[25,227,228,230],{"class":27,"line":28},[25,229,32],{"class":31},[25,231,232],{"class":35}," branch\n",[25,234,235,237,240],{"class":27,"line":39},[25,236,32],{"class":31},[25,238,239],{"class":35}," branch",[25,241,242],{"class":35}," new-feature\n",[25,244,245,247,250],{"class":27,"line":57},[25,246,32],{"class":31},[25,248,249],{"class":35}," checkout",[25,251,242],{"class":35},[25,253,254,256,259],{"class":27,"line":72},[25,255,32],{"class":31},[25,257,258],{"class":35}," switch",[25,260,261],{"class":35}," main\n",[25,263,264,266,269],{"class":27,"line":186},[25,265,32],{"class":31},[25,267,268],{"class":35}," merge",[25,270,242],{"class":35},[25,272,273,275,278],{"class":27,"line":200},[25,274,32],{"class":31},[25,276,277],{"class":35}," rebase",[25,279,261],{"class":35},[25,281,282,284,286,289],{"class":27,"line":211},[25,283,32],{"class":31},[25,285,239],{"class":35},[25,287,288],{"class":47}," -d",[25,290,242],{"class":35},[10,292,294],{"id":293},"stash","🚦 Stash",[15,296,298],{"className":17,"code":297,"language":19,"meta":20,"style":20},"git stash\ngit stash list\ngit stash apply\ngit stash drop\n",[22,299,300,307,317,326],{"__ignoreMap":20},[25,301,302,304],{"class":27,"line":28},[25,303,32],{"class":31},[25,305,306],{"class":35}," stash\n",[25,308,309,311,314],{"class":27,"line":39},[25,310,32],{"class":31},[25,312,313],{"class":35}," stash",[25,315,316],{"class":35}," list\n",[25,318,319,321,323],{"class":27,"line":57},[25,320,32],{"class":31},[25,322,313],{"class":35},[25,324,325],{"class":35}," apply\n",[25,327,328,330,332],{"class":27,"line":72},[25,329,32],{"class":31},[25,331,313],{"class":35},[25,333,334],{"class":35}," drop\n",[10,336,338],{"id":337},"️-undo-reset","🗑️ Undo & Reset",[15,340,342],{"className":17,"code":341,"language":19,"meta":20,"style":20},"git checkout -- file.txt           # Discard changes\ngit restore file.txt               # Discard changes (new)\ngit reset --hard HEAD              # Reset all changes\ngit revert \u003Ccommit>\n",[22,343,344,359,371,387],{"__ignoreMap":20},[25,345,346,348,350,353,356],{"class":27,"line":28},[25,347,32],{"class":31},[25,349,249],{"class":35},[25,351,352],{"class":47}," --",[25,354,355],{"class":35}," file.txt",[25,357,358],{"class":169},"           # Discard changes\n",[25,360,361,363,366,368],{"class":27,"line":39},[25,362,32],{"class":31},[25,364,365],{"class":35}," restore",[25,367,355],{"class":35},[25,369,370],{"class":169},"               # Discard changes (new)\n",[25,372,373,375,378,381,384],{"class":27,"line":57},[25,374,32],{"class":31},[25,376,377],{"class":35}," reset",[25,379,380],{"class":47}," --hard",[25,382,383],{"class":35}," HEAD",[25,385,386],{"class":169},"              # Reset all changes\n",[25,388,389,391,394,398,401,405],{"class":27,"line":72},[25,390,32],{"class":31},[25,392,393],{"class":35}," revert",[25,395,397],{"class":396},"szBVR"," \u003C",[25,399,400],{"class":35},"commi",[25,402,404],{"class":403},"sVt8B","t",[25,406,407],{"class":396},">\n",[10,409,411],{"id":410},"push-pull","🌐 Push & Pull",[15,413,415],{"className":17,"code":414,"language":19,"meta":20,"style":20},"git push origin main\ngit pull origin main\ngit fetch\n",[22,416,417,428,439],{"__ignoreMap":20},[25,418,419,421,424,426],{"class":27,"line":28},[25,420,32],{"class":31},[25,422,423],{"class":35}," push",[25,425,120],{"class":35},[25,427,261],{"class":35},[25,429,430,432,435,437],{"class":27,"line":39},[25,431,32],{"class":31},[25,433,434],{"class":35}," pull",[25,436,120],{"class":35},[25,438,261],{"class":35},[25,440,441,443],{"class":27,"line":57},[25,442,32],{"class":31},[25,444,445],{"class":35}," fetch\n",[10,447,449],{"id":448},"️-tag","🛡️ Tag",[15,451,453],{"className":17,"code":452,"language":19,"meta":20,"style":20},"git tag v1.0.0\ngit tag\ngit push origin v1.0.0\n",[22,454,455,465,472],{"__ignoreMap":20},[25,456,457,459,462],{"class":27,"line":28},[25,458,32],{"class":31},[25,460,461],{"class":35}," tag",[25,463,464],{"class":35}," v1.0.0\n",[25,466,467,469],{"class":27,"line":39},[25,468,32],{"class":31},[25,470,471],{"class":35}," tag\n",[25,473,474,476,478,480],{"class":27,"line":57},[25,475,32],{"class":31},[25,477,423],{"class":35},[25,479,120],{"class":35},[25,481,464],{"class":35},[10,483,485],{"id":484},"️-misc","🛠️ Misc",[15,487,489],{"className":17,"code":488,"language":19,"meta":20,"style":20},"git blame file.txt\ngit shortlog -sn\ngit clean -fd\ngit rm file.txt\ngit mv\n",[22,490,491,500,510,520,529],{"__ignoreMap":20},[25,492,493,495,498],{"class":27,"line":28},[25,494,32],{"class":31},[25,496,497],{"class":35}," blame",[25,499,157],{"class":35},[25,501,502,504,507],{"class":27,"line":39},[25,503,32],{"class":31},[25,505,506],{"class":35}," shortlog",[25,508,509],{"class":47}," -sn\n",[25,511,512,514,517],{"class":27,"line":57},[25,513,32],{"class":31},[25,515,516],{"class":35}," clean",[25,518,519],{"class":47}," -fd\n",[25,521,522,524,527],{"class":27,"line":72},[25,523,32],{"class":31},[25,525,526],{"class":35}," rm",[25,528,157],{"class":35},[25,530,531,533],{"class":27,"line":186},[25,532,32],{"class":31},[25,534,535],{"class":35}," mv\n",[537,538,539],"style",{},"html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}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);}html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}",{"title":20,"searchDepth":39,"depth":39,"links":541},[],"A comprehensive guide to Git version control system.","md","devicon:git",{},null,true,"\u002Fcheatsheets\u002Fgit","2025-08-14",{"title":5,"description":542},{"loc":548,"lastmod":552},"2025-08-25T11:45:43+07:00","cheatsheets\u002Fgit","Oo5PGhfm0ePYGYJMk769Z8lxRsiZ-FbIU5bLvv_i13s",[556,707,811,832],{"title":557,"icon":558,"path":559,"stem":560,"children":561,"page":572},"Posts","fluent-color:data-bar-vertical-ascending-24","\u002Fposts","posts",[562,573,591,617,627,641,651,661,671,697],{"title":563,"icon":564,"redirect":565,"path":566,"stem":567,"children":568,"page":572},"Database","material-icon-theme:database","\u002Fposts\u002Fdatabase\u002Freplication-strategy","\u002Fposts\u002Fdatabase","posts\u002Fdatabase",[569],{"title":570,"path":565,"stem":571,"icon":546},"Database Replication strategy in large systems","posts\u002Fdatabase\u002Freplication-strategy",false,{"title":574,"icon":575,"redirect":576,"path":577,"stem":578,"children":579,"page":572},"Docker","vscode-icons:file-type-docker2","\u002Fposts\u002Fdocker\u002Fdocker-commands","\u002Fposts\u002Fdocker","posts\u002Fdocker",[580,583,587],{"title":581,"path":576,"stem":582,"icon":546},"Docker commands essentials","posts\u002Fdocker\u002Fdocker-commands",{"title":584,"path":585,"stem":586,"icon":546},"Some useful Dockerfile templates","\u002Fposts\u002Fdocker\u002Fdockerfile-templates","posts\u002Fdocker\u002Fdockerfile-templates",{"title":588,"path":589,"stem":590,"icon":546},"Setup Docker environment on Windows","\u002Fposts\u002Fdocker\u002Fsetup-docker-on-window","posts\u002Fdocker\u002Fsetup-docker-on-window",{"title":592,"icon":593,"redirect":594,"path":595,"stem":596,"children":597,"page":572},"Git & GitHub","material-icon-theme:git","\u002Fposts\u002Fgit\u002Fbrightly-decorate-graph","\u002Fposts\u002Fgit","posts\u002Fgit",[598,601,605,609,613],{"title":599,"path":594,"stem":600,"icon":546},"Brightly decorate your GitHub Graph","posts\u002Fgit\u002Fbrightly-decorate-graph",{"title":602,"path":603,"stem":604,"icon":546},"Download a specific folder on GitHub repository","\u002Fposts\u002Fgit\u002Fdownload-specific-folder","posts\u002Fgit\u002Fdownload-specific-folder",{"title":606,"path":607,"stem":608,"icon":546},"Syncing Git Tags across to other repositories","\u002Fposts\u002Fgit\u002Fsyncing-tags-across-repositories","posts\u002Fgit\u002Fsyncing-tags-across-repositories",{"title":610,"path":611,"stem":612,"icon":546},"Unlocking GitHub Achievement badges","\u002Fposts\u002Fgit\u002Funlocking-achievement-badges","posts\u002Fgit\u002Funlocking-achievement-badges",{"title":614,"path":615,"stem":616,"icon":546},"Essential Git commands every developer should master","\u002Fposts\u002Fgit\u002Fuseful-commands-like-pro","posts\u002Fgit\u002Fuseful-commands-like-pro",{"title":618,"icon":619,"redirect":620,"path":621,"stem":622,"children":623,"page":572},"Golang","material-icon-theme:go","\u002Fposts\u002Fgolang\u002Foptimizing-performance-with-pgo","\u002Fposts\u002Fgolang","posts\u002Fgolang",[624],{"title":625,"path":620,"stem":626,"icon":546},"Optimizing Performance in Go Applications with PGO","posts\u002Fgolang\u002Foptimizing-performance-with-pgo",{"title":628,"icon":629,"redirect":630,"path":631,"stem":632,"children":633,"page":572},"JavaScript","vscode-icons:file-type-js","\u002Fposts\u002Fjavascript\u002F9-lines-of-tips","\u002Fposts\u002Fjavascript","posts\u002Fjavascript",[634,637],{"title":635,"path":630,"stem":636,"icon":546},"9 lines of JavaScript replace 50 lines of code","posts\u002Fjavascript\u002F9-lines-of-tips",{"title":638,"path":639,"stem":640,"icon":546},"Javascript Promises - Specific functions and use cases","\u002Fposts\u002Fjavascript\u002Fpromises-cheatsheet","posts\u002Fjavascript\u002Fpromises-cheatsheet",{"title":642,"icon":643,"redirect":644,"path":645,"stem":646,"children":647,"page":572},"Node","material-icon-theme:nodejs-alt","\u002Fposts\u002Fnodejs\u002Fevent-loop","\u002Fposts\u002Fnodejs","posts\u002Fnodejs",[648],{"title":649,"path":644,"stem":650,"icon":546},"Secret about Event Loop flow in Nodejs","posts\u002Fnodejs\u002Fevent-loop",{"title":652,"icon":653,"redirect":654,"path":655,"stem":656,"children":657,"page":572},"Nuxt","vscode-icons:file-type-nuxt","\u002Fposts\u002Fnuxt\u002Fenable-pwa-in-nuxt","\u002Fposts\u002Fnuxt","posts\u002Fnuxt",[658],{"title":659,"path":654,"stem":660,"icon":546},"Enable PWA and Service Worker in Nuxt","posts\u002Fnuxt\u002Fenable-pwa-in-nuxt",{"title":662,"icon":663,"redirect":664,"path":665,"stem":666,"children":667,"page":572},"Performance","emojione:rocket","\u002Fposts\u002Fperformance\u002Fbackground-image-injection-problem","\u002Fposts\u002Fperformance","posts\u002Fperformance",[668],{"title":669,"path":664,"stem":670,"icon":546},"Background-Image injection problem in UX","posts\u002Fperformance\u002Fbackground-image-injection-problem",{"title":672,"icon":673,"redirect":674,"path":675,"stem":676,"children":677,"page":572},"Tutorial","fluent-color:book-open-lightbulb-24","\u002Fposts\u002Ftutorial\u002Fclassification-and-functionality-of-the-servers","\u002Fposts\u002Ftutorial","posts\u002Ftutorial",[678,681,685,689,693],{"title":679,"path":674,"stem":680,"icon":546},"Classification and functionality of the servers","posts\u002Ftutorial\u002Fclassification-and-functionality-of-the-servers",{"title":682,"path":683,"stem":684,"icon":546},"What is the difference between localhost and 127.0.0.1?","\u002Fposts\u002Ftutorial\u002Fdifferent-between-localhost-and-127-0-0-1","posts\u002Ftutorial\u002Fdifferent-between-localhost-and-127-0-0-1",{"title":686,"path":687,"stem":688,"icon":546},"8 essential network protocols every programmer should know","\u002Fposts\u002Ftutorial\u002Fessential-network-protocols","posts\u002Ftutorial\u002Fessential-network-protocols",{"title":690,"path":691,"stem":692,"icon":546},"Pre rels in header link tag - SEO technique enhancement","\u002Fposts\u002Ftutorial\u002Fpre-rels-in-header-link-tag","posts\u002Ftutorial\u002Fpre-rels-in-header-link-tag",{"title":694,"path":695,"stem":696,"icon":546},"Better code with SOLID principles","\u002Fposts\u002Ftutorial\u002Fwhat-is-solid","posts\u002Ftutorial\u002Fwhat-is-solid",{"title":698,"icon":699,"redirect":700,"path":701,"stem":702,"children":703,"page":572},"UI\u002FUX","devicon:figma","\u002Fposts\u002Fuiux\u002Fcommon-button-mistake","\u002Fposts\u002Fuiux","posts\u002Fuiux",[704],{"title":705,"path":700,"stem":706,"icon":546},"Common Button Mistake in UI\u002FUX","posts\u002Fuiux\u002Fcommon-button-mistake",{"title":708,"icon":709,"path":710,"stem":711,"children":712,"page":572},"Cheatsheets","fluent-color:paw-16","\u002Fcheatsheets","cheatsheets",[713,718,723,726,727,730,735,739,744,749,754,759,764,769,773,777,782,787,791,796,801,806],{"title":714,"path":715,"stem":716,"icon":717},"Bash","\u002Fcheatsheets\u002Fbash","cheatsheets\u002Fbash","material-icon-theme:powershell",{"title":719,"path":720,"stem":721,"icon":722},"CSS","\u002Fcheatsheets\u002Fcss","cheatsheets\u002Fcss","vscode-icons:file-type-css2",{"title":574,"path":724,"stem":725,"icon":575},"\u002Fcheatsheets\u002Fdocker","cheatsheets\u002Fdocker",{"title":5,"path":548,"stem":553,"icon":544},{"title":618,"path":728,"stem":729,"icon":619},"\u002Fcheatsheets\u002Fgo","cheatsheets\u002Fgo",{"title":731,"path":732,"stem":733,"icon":734},"HTML","\u002Fcheatsheets\u002Fhtml","cheatsheets\u002Fhtml","material-icon-theme:html",{"title":628,"path":736,"stem":737,"icon":738},"\u002Fcheatsheets\u002Fjavascript","cheatsheets\u002Fjavascript","material-icon-theme:javascript",{"title":740,"path":741,"stem":742,"icon":743},"Latex","\u002Fcheatsheets\u002Flatex","cheatsheets\u002Flatex","material-icon-theme:latexmk",{"title":745,"path":746,"stem":747,"icon":748},"Linux","\u002Fcheatsheets\u002Flinux","cheatsheets\u002Flinux","devicon:linux",{"title":750,"path":751,"stem":752,"icon":753},"Markdown","\u002Fcheatsheets\u002Fmarkdown","cheatsheets\u002Fmarkdown","material-icon-theme:markdown",{"title":755,"path":756,"stem":757,"icon":758},"Mongo","\u002Fcheatsheets\u002Fmongo","cheatsheets\u002Fmongo","devicon:mongodb",{"title":760,"path":761,"stem":762,"icon":763},"Nest","\u002Fcheatsheets\u002Fnest","cheatsheets\u002Fnest","material-icon-theme:nest",{"title":765,"path":766,"stem":767,"icon":768},"Next","\u002Fcheatsheets\u002Fnext","cheatsheets\u002Fnext","logos:nextjs-icon",{"title":642,"path":770,"stem":771,"icon":772},"\u002Fcheatsheets\u002Fnode","cheatsheets\u002Fnode","material-icon-theme:nodejs",{"title":652,"path":774,"stem":775,"icon":776},"\u002Fcheatsheets\u002Fnuxt","cheatsheets\u002Fnuxt","material-icon-theme:nuxt",{"title":778,"path":779,"stem":780,"icon":781},"React","\u002Fcheatsheets\u002Freact","cheatsheets\u002Freact","material-icon-theme:react",{"title":783,"path":784,"stem":785,"icon":786},"Redis","\u002Fcheatsheets\u002Fredis","cheatsheets\u002Fredis","vscode-icons:folder-type-redis-opened",{"title":788,"path":789,"stem":790,"icon":564},"SQL","\u002Fcheatsheets\u002Fsql","cheatsheets\u002Fsql",{"title":792,"path":793,"stem":794,"icon":795},"Typescript","\u002Fcheatsheets\u002Ftypescript","cheatsheets\u002Ftypescript","material-icon-theme:typescript",{"title":797,"path":798,"stem":799,"icon":800},"Vercel","\u002Fcheatsheets\u002Fvercel","cheatsheets\u002Fvercel","vscode-icons:file-type-light-vercel",{"title":802,"path":803,"stem":804,"icon":805},"Vue","\u002Fcheatsheets\u002Fvue","cheatsheets\u002Fvue","material-icon-theme:vue",{"title":807,"path":808,"stem":809,"icon":810},"Windows","\u002Fcheatsheets\u002Fwindow","cheatsheets\u002Fwindow","material-icon-theme:folder-windows",{"title":812,"icon":813,"path":814,"stem":815,"children":816,"page":572},"Templates","fluent-color:data-pie-24","\u002Ftemplates","templates",[817,820,823,826,829],{"title":618,"path":818,"stem":819,"icon":619},"\u002Ftemplates\u002Fgo","templates\u002Fgo",{"title":765,"path":821,"stem":822,"icon":768},"\u002Ftemplates\u002Fnext","templates\u002Fnext",{"title":652,"path":824,"stem":825,"icon":776},"\u002Ftemplates\u002Fnuxt","templates\u002Fnuxt",{"title":778,"path":827,"stem":828,"icon":781},"\u002Ftemplates\u002Freact","templates\u002Freact",{"title":802,"path":830,"stem":831,"icon":805},"\u002Ftemplates\u002Fvue","templates\u002Fvue",{"title":833,"icon":709,"path":834,"stem":835,"children":836,"page":572},"Interviews","\u002Finterviews","interviews",[837],{"title":731,"path":838,"stem":839,"icon":734},"\u002Finterviews\u002Fhtml","interviews\u002Fhtml",[841,842],{"title":574,"path":724,"stem":725,"children":-1},{"title":618,"path":728,"stem":729,"children":-1}]