Feb 18 · 1 min read · Why Version Control Exists Imagine you’re making a project with two friends. what do you do ?. Copy project to pendrive, Share project via email or create folder like this : project_final, project_final_v2, project_latest_final, project_final_really_...
Join discussionFeb 15 · 2 min read · lets imagine a scenario if we have to develop an application.we are 3 developers with different task to do and we have to make a single application so what is the way to collabrate and to be syncbefore the version control software exists are are havi...
Join discussionFeb 15 · 2 min read · Why Version Control Exists? How Did Developers Manage Code Before Version Control? Imagine this scenario. You’re building a project. You write code on your laptop. Then you copy it to a pen drive. Then you give that pendrive to your teammate. Your te...
Join discussionFeb 14 · 4 min read · If you ask a modern developer how they collaborate, they will instantly say "Git and GitHub." It is so deeply ingrained in our workflow that it feels like it has always been there. But there was a dark time in software development. A time before bran...
Join discussionFeb 12 · 5 min read · Version Control: It is as it sounds, controlling versions! that’s the crux. Now that we understand the very basic nature of it, let’s dive a little deep. A system to help organize and manage versions, iterations of things, is a version control, speci...
Join discussion
Feb 12 · 2 min read · Time before the version control Let’s understand the time before the version control, where programmer how exactly building the software? what exactly do the programmer, suppose he is building some sort of software or feature so what he exactly do, h...
Join discussionFeb 5 · 4 min read · Introduction We all are using Version control system(VCS) from many years, Its a part of any developers everyday life, It could be also called as the Digital Diary (records every change, quietly and faithfully), but have you ever wondered why the VCS...
Join discussionJan 31 · 3 min read · Before tools like Git, software development was… messy. Very messy. Let’s rewind time. 🤔 Why Does Version Control Exist? Today, developers confidently: Work in teams Track every change Go back in time Fix mistakes safely But this wasn’t alway...
Join discussion