#Day 9 - Deep Dive in Git & GitHub
Task 01:
What is Git and why is it important?
Git is a distributed version control system (DVCS) that is widely used for tracking changes in source code during software development. It was created by Linus Torvalds in 2005 and has become a fundamen...
akarsha.hashnode.dev10 min read