What is VCS?
What Problem was faced before VCS? Suppose that you are working on a project and you found a bug in your code which you were not able to fix on your own. So, you asked one of your friends or seniors t
Jan 6, 20262 min read14
Search for a command to run...

Series
Your ultimate guide towards git, covering everything for beginners including:
What Problem was faced before VCS? Suppose that you are working on a project and you found a bug in your code which you were not able to fix on your own. So, you asked one of your friends or seniors t
What is Git? Git is a VCS (Version Control System) that helps you and other developers track changes made in the code files. Linus Torvalds (Founder of Linux) was working on the Linux but as the code
What is .git/ ? When you run the command git init a hidden git folder is initialized in your working directory. The folder’s name is .git. This folder is hidden by default in VS Code but you can see i