Feb 1 · 3 min read · Suppose you’ve been working on a project for a year and then you made a small mistake…. then poof! All of the hard work is gone in a few seconds. Would be disastrous, right? But what if there’s a solution? What is GIT? GIT is a Version Control System...
Join discussion
Jan 30 · 4 min read · Why do developers even need Git? Imagine you are working on a project. You create a file, edit it, break something, fix it again… and suddenly you wish: 👉 “I want my old working version back.” 👉 “I want to see what I changed yesterday.” 👉 “I want ...
Join discussion
Jan 29 · 6 min read · What is GIT? Git is a distributed Version Control System (VCS) created by Linus Torvalds (the creator of Linux) in 2005. It helps us track changes in our code over time. Git is like a detailed history book for our code, recording every change. Also, ...
Join discussion
Jan 27 · 7 min read · Now that we know from the previous blog why Git exists, let's learn what Git actually is? The basic terminologies and the essential commands of Git with a problem solving approach. What is Git? Git is a basic software which is generally referred to a...
Join discussion
Jan 26 · 3 min read · This article is for beginners who want to use Git confidently, without memorizing commands blindly. We’ll focus on the basics, the most common commands, and a simple workflow that you’ll use in almost every project. What Git actually is Git is a vers...
Join discussionJan 24 · 4 min read · A Simple Guide to Version Control If you have ever saved files as: project_final project_final_v2 project_final_really_final Then you already understand why Git exists 😄 Git is a tool that helps developers track changes, work together, and never lo...
Join discussionJan 23 · 4 min read · What is Git ? Git is the distributed version control system . In simple words, it helps developers track changes in their code over time. Imagine you are working on a project let’s say a blog website . You created a navbar that works perfectly. Now y...
Join discussion
Jan 21 · 4 min read · 1. What is Git ..? Git is a distributed version control system. lets see who..? Scenario: You and your friends are building a project together Imagine you are working on a college project with 3 friends Problem WITHOUT Git : One person edits the fil...
Join discussion