{"id":4212,"date":"2025-08-06T18:21:43","date_gmt":"2025-08-06T18:21:43","guid":{"rendered":"https:\/\/uplatz.com\/blog\/?p=4212"},"modified":"2025-08-06T19:29:24","modified_gmt":"2025-08-06T19:29:24","slug":"git-flashcards","status":"publish","type":"post","link":"https:\/\/uplatz.com\/blog\/git-flashcards\/","title":{"rendered":"Git Flashcards"},"content":{"rendered":"<style>\n.git-section { font-family: Arial, sans-serif; margin-top: 40px; }\n.git-heading {\n  background: linear-gradient(135deg, #111827, #1f2937);\n  color: white;\n  padding: 20px 30px;\n  border-radius: 12px;\n  text-align: center;\n  font-size: 1.8rem;\n  font-weight: bold;\n  margin-bottom: 30px;\n  box-shadow: 0 8px 16px rgba(0,0,0,0.1);\n}\n.git-flashcards {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 20px;\n  justify-content: center;\n}\n.git-card {\n  border-radius: 12px;\n  padding: 20px;\n  width: 300px;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n  transition: transform 0.2s;\n}\n.git-card:hover {\n  transform: translateY(-6px);\n}\n.git-question {\n  font-weight: bold;\n  font-size: 1.05rem;\n  margin-bottom: 10px;\n}\n.git-answer {\n  font-size: 0.92rem;\n}\n<\/style>\n<div class=\"git-section\">\n<div class=\"git-heading\">\ud83c\udf3f Git Flashcards<\/div>\n<div class=\"git-flashcards\">\n<div class=\"git-card\" style=\"background:#fef3c7; color:#92400e;\">\n<div class=\"git-question\">\ud83d\udd27 What is Git?<\/div>\n<div class=\"git-answer\">Git is a distributed version control system that tracks changes in source code during software development.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#dcfce7; color:#15803d;\">\n<div class=\"git-question\">\ud83d\udce6 What is a Git Repository?<\/div>\n<div class=\"git-answer\">A Git repository stores all files, history, and changes tracked in a project. It can be local or remote.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#e0f2fe; color:#0369a1;\">\n<div class=\"git-question\">\ud83d\udd04 What is Git Clone?<\/div>\n<div class=\"git-answer\">`git clone` creates a copy of a remote repository on your local machine.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#fdf2f8; color:#be185d;\">\n<div class=\"git-question\">\ud83d\udce5 What is Git Pull?<\/div>\n<div class=\"git-answer\">`git pull` fetches updates from the remote repository and merges them into your current branch.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#fff7ed; color:#c2410c;\">\n<div class=\"git-question\">\ud83d\udce4 What is Git Push?<\/div>\n<div class=\"git-answer\">`git push` uploads your local commits to a remote repository.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#ede9fe; color:#7e22ce;\">\n<div class=\"git-question\">\ud83c\udf3f What is a Branch?<\/div>\n<div class=\"git-answer\">A branch in Git allows parallel development by creating isolated lines of work.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#faf5ff; color:#9333ea;\">\n<div class=\"git-question\">\ud83d\udd00 What is Git Merge?<\/div>\n<div class=\"git-answer\">`git merge` combines changes from one branch into another, usually main\/master.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#fef2f2; color:#b91c1c;\">\n<div class=\"git-question\">\ud83e\uddea What is Git Commit?<\/div>\n<div class=\"git-answer\">`git commit` saves a snapshot of the changes staged in the index, creating a new revision.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#fff1f2; color:#9f1239;\">\n<div class=\"git-question\">\ud83d\udcc2 What is Git Staging Area?<\/div>\n<div class=\"git-answer\">The staging area holds changes before they&#8217;re committed. Use `git add` to stage files.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#f0fdf4; color:#166534;\">\n<div class=\"git-question\">\ud83d\udd52 What is Git Log?<\/div>\n<div class=\"git-answer\">`git log` shows a history of commits for the repository with author, date, and messages.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#fefce8; color:#713f12;\">\n<div class=\"git-question\">\u23ea What is Git Revert?<\/div>\n<div class=\"git-answer\">`git revert` creates a new commit that undoes the changes from a previous commit.<\/div>\n<\/p><\/div>\n<div class=\"git-card\" style=\"background:#f1f5f9; color:#1e293b;\">\n<div class=\"git-question\">\ud83c\udfaf What is Git Checkout?<\/div>\n<div class=\"git-answer\">`git checkout` lets you switch branches or restore working tree files to a specific state.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf3f Git Flashcards \ud83d\udd27 What is Git? Git is a distributed version control system that tracks changes in source code during software development. \ud83d\udce6 What is a Git Repository? A <span class=\"readmore\"><a href=\"https:\/\/uplatz.com\/blog\/git-flashcards\/\">Read More &#8230;<\/a><\/span><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2392,2406],"tags":[],"class_list":["post-4212","post","type-post","status-publish","format-standard","hentry","category-flashcards","category-git"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Git Flashcards | Uplatz Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/uplatz.com\/blog\/git-flashcards\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Git Flashcards | Uplatz Blog\" \/>\n<meta property=\"og:description\" content=\"\ud83c\udf3f Git Flashcards \ud83d\udd27 What is Git? Git is a distributed version control system that tracks changes in source code during software development. \ud83d\udce6 What is a Git Repository? A Read More ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/uplatz.com\/blog\/git-flashcards\/\" \/>\n<meta property=\"og:site_name\" content=\"Uplatz Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Uplatz-1077816825610769\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-06T18:21:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-06T19:29:24+00:00\" \/>\n<meta name=\"author\" content=\"uplatzblog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@uplatz_global\" \/>\n<meta name=\"twitter:site\" content=\"@uplatz_global\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"uplatzblog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/\"},\"author\":{\"name\":\"uplatzblog\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#\\\/schema\\\/person\\\/8ecae69a21d0757bdb2f776e67d2645e\"},\"headline\":\"Git Flashcards\",\"datePublished\":\"2025-08-06T18:21:43+00:00\",\"dateModified\":\"2025-08-06T19:29:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/\"},\"wordCount\":226,\"publisher\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#organization\"},\"articleSection\":[\"Flashcards\",\"Git\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/\",\"url\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/\",\"name\":\"Git Flashcards | Uplatz Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-08-06T18:21:43+00:00\",\"dateModified\":\"2025-08-06T19:29:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/git-flashcards\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Git Flashcards\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/\",\"name\":\"Uplatz Blog\",\"description\":\"Uplatz is a global IT Training &amp; Consulting company\",\"publisher\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#organization\",\"name\":\"uplatz.com\",\"url\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/Uplatz-Logo-Copy-2.png\",\"contentUrl\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/Uplatz-Logo-Copy-2.png\",\"width\":1280,\"height\":800,\"caption\":\"uplatz.com\"},\"image\":{\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Uplatz-1077816825610769\\\/\",\"https:\\\/\\\/x.com\\\/uplatz_global\",\"https:\\\/\\\/www.instagram.com\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/7956715?trk=tyah&amp;amp;amp;amp;trkInfo=clickedVertical:company,clickedEntityId:7956715,idx:1-1-1,tarId:1464353969447,tas:uplatz\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/uplatz.com\\\/blog\\\/#\\\/schema\\\/person\\\/8ecae69a21d0757bdb2f776e67d2645e\",\"name\":\"uplatzblog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7f814c72279199f59ded4418a8653ad15f5f8904ac75e025a4e2abe24d58fa5d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7f814c72279199f59ded4418a8653ad15f5f8904ac75e025a4e2abe24d58fa5d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7f814c72279199f59ded4418a8653ad15f5f8904ac75e025a4e2abe24d58fa5d?s=96&d=mm&r=g\",\"caption\":\"uplatzblog\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Git Flashcards | Uplatz Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/uplatz.com\/blog\/git-flashcards\/","og_locale":"en_US","og_type":"article","og_title":"Git Flashcards | Uplatz Blog","og_description":"\ud83c\udf3f Git Flashcards \ud83d\udd27 What is Git? Git is a distributed version control system that tracks changes in source code during software development. \ud83d\udce6 What is a Git Repository? A Read More ...","og_url":"https:\/\/uplatz.com\/blog\/git-flashcards\/","og_site_name":"Uplatz Blog","article_publisher":"https:\/\/www.facebook.com\/Uplatz-1077816825610769\/","article_published_time":"2025-08-06T18:21:43+00:00","article_modified_time":"2025-08-06T19:29:24+00:00","author":"uplatzblog","twitter_card":"summary_large_image","twitter_creator":"@uplatz_global","twitter_site":"@uplatz_global","twitter_misc":{"Written by":"uplatzblog","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/uplatz.com\/blog\/git-flashcards\/#article","isPartOf":{"@id":"https:\/\/uplatz.com\/blog\/git-flashcards\/"},"author":{"name":"uplatzblog","@id":"https:\/\/uplatz.com\/blog\/#\/schema\/person\/8ecae69a21d0757bdb2f776e67d2645e"},"headline":"Git Flashcards","datePublished":"2025-08-06T18:21:43+00:00","dateModified":"2025-08-06T19:29:24+00:00","mainEntityOfPage":{"@id":"https:\/\/uplatz.com\/blog\/git-flashcards\/"},"wordCount":226,"publisher":{"@id":"https:\/\/uplatz.com\/blog\/#organization"},"articleSection":["Flashcards","Git"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/uplatz.com\/blog\/git-flashcards\/","url":"https:\/\/uplatz.com\/blog\/git-flashcards\/","name":"Git Flashcards | Uplatz Blog","isPartOf":{"@id":"https:\/\/uplatz.com\/blog\/#website"},"datePublished":"2025-08-06T18:21:43+00:00","dateModified":"2025-08-06T19:29:24+00:00","breadcrumb":{"@id":"https:\/\/uplatz.com\/blog\/git-flashcards\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/uplatz.com\/blog\/git-flashcards\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/uplatz.com\/blog\/git-flashcards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/uplatz.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Git Flashcards"}]},{"@type":"WebSite","@id":"https:\/\/uplatz.com\/blog\/#website","url":"https:\/\/uplatz.com\/blog\/","name":"Uplatz Blog","description":"Uplatz is a global IT Training &amp; Consulting company","publisher":{"@id":"https:\/\/uplatz.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/uplatz.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/uplatz.com\/blog\/#organization","name":"uplatz.com","url":"https:\/\/uplatz.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/uplatz.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/uplatz.com\/blog\/wp-content\/uploads\/2016\/11\/Uplatz-Logo-Copy-2.png","contentUrl":"https:\/\/uplatz.com\/blog\/wp-content\/uploads\/2016\/11\/Uplatz-Logo-Copy-2.png","width":1280,"height":800,"caption":"uplatz.com"},"image":{"@id":"https:\/\/uplatz.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Uplatz-1077816825610769\/","https:\/\/x.com\/uplatz_global","https:\/\/www.instagram.com\/","https:\/\/www.linkedin.com\/company\/7956715?trk=tyah&amp;amp;amp;amp;trkInfo=clickedVertical:company,clickedEntityId:7956715,idx:1-1-1,tarId:1464353969447,tas:uplatz"]},{"@type":"Person","@id":"https:\/\/uplatz.com\/blog\/#\/schema\/person\/8ecae69a21d0757bdb2f776e67d2645e","name":"uplatzblog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7f814c72279199f59ded4418a8653ad15f5f8904ac75e025a4e2abe24d58fa5d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7f814c72279199f59ded4418a8653ad15f5f8904ac75e025a4e2abe24d58fa5d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7f814c72279199f59ded4418a8653ad15f5f8904ac75e025a4e2abe24d58fa5d?s=96&d=mm&r=g","caption":"uplatzblog"}}]}},"_links":{"self":[{"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/posts\/4212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/comments?post=4212"}],"version-history":[{"count":2,"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/posts\/4212\/revisions"}],"predecessor-version":[{"id":4237,"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/posts\/4212\/revisions\/4237"}],"wp:attachment":[{"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/media?parent=4212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/categories?post=4212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/uplatz.com\/blog\/wp-json\/wp\/v2\/tags?post=4212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}