devrk.hashnode.devWhy Version Control Exists: The Pendrive ProblemWhy 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_...1d ago·1 min read
devrk.hashnode.devGit for Beginners: Basics and Essential CommandsIntroduction When several developers are working on the same project, it can be hard to keep track of all the code changes. Git handles this by tracking all changes and making it possible for people to work together without worries. What is Git? Git ...2d ago·2 min read