Feb 15 · 4 min read · Introduction: Before Version Control If you’re just starting software development, writing a few files and saving them to a pendrive or folders named: project_final project_final_v2 project_latest project_latest_REAL probably sounds normal. But this ...
Join discussionFeb 12 · 3 min read · Before Git. Before GitHub. Before pull requests and branches. There was pendrive. And chaos! The Pendrive Problem Imagine this. You and your friend are building a college project - a simple website. You write some HTML. Your friend adds CSS. Someone ...
Join discussion
Feb 9 · 3 min read · The pen drive problem in software development shows why using pen drives is not efficient for collaboration. Example Suppose my friend and I are working on the same project. We both work on our own computers. We decide that my friend will work on a n...
Join discussionFeb 8 · 3 min read · How did developers manage code before version control? let me tell you one story, The two main characters are piyush and hitesh both are software developer. piyush built one homepage of website and he wanted to add new feature into that homepage. wha...
Join discussionFeb 5 · 2 min read · What is git and How it's work: 'Git' is a Distributed Version Control System, it track the changes of file. Distributed, it allow multiple people to work on the same project. Three main components (stages) of git: Git track out changes across the thr...
Join discussionFeb 1 · 9 min read · A Version Control System (VCS) is a tool that helps developers track and manage changes to files over time. It’s essential for software development, but it can be used for any kind of project with files that change frequently. Why Do We Need Any Tool...
Join discussionJan 31 · 3 min read · Introduction Modern software development relies heavily on version control systems (VCS) such as Git. These tools did not appear randomly; they were created to solve real and painful problems faced by developers in the past. Before version control sy...
Join discussionJan 31 · 4 min read · Introduction : Why Version Control Exists Before the invention of modern version control tools were invented and existed software developers still wrote the code , but managing the code changes was a big challenge and it made the whole coding process...
Join discussion