Git for beginners
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, ...
codingwoding.hashnode.dev6 min read