Feb 15 · 4 min read · What Is Git? Git is an open‑source distributed version control system that helps developers track and manage changes in their code over time. In simple terms, it lets you save snapshots of your project, work with others safely, and move back and fort...
Join discussionFeb 13 · 5 min read · What is Git and why is it used? Git, created by Linus Torvalds in 2005, is something we call a version control system or VCS. Now what is a VCS, you may ask? A VCS is a software tool that helps manage changes to source code (or any data) over time. ...
Join discussionFeb 6 · 4 min read · Suppose you are working on a project and suddenly you realize you broke the codebase. You don’t like the current version actually or like you made one part perfect and other team member made some changes to other part and this messed with all your co...
Join discussionFeb 2 · 4 min read · This week was about Git and GitHub. I’ve used them before, but mostly in a surface-level way. I knew the basic flow like make changes, commit, push. Things usually worked, so I never questioned why they worked. This time, the tasks forced me to slow ...
Join discussion
Jan 31 · 3 min read · What is Git? Git is a tool that helps you manage changes to your code over time. It notes every changes or updates you make. It also has the liability to undo mistakes or look back to previous version if needed. So in simple term, ‘Git can be referre...
Join discussionJan 31 · 3 min read · If you’re new to development, Git can feel bit intimidating. People throw around words like commit, branch, HEAD, merge, and somehow expect you to nod like it’s obvious. It’s not. And that’s fine. Git isn’t HARD it’s just badly explained most of the ...
Join discussion
Jan 30 · 3 min read · What is Git? Git is a widely-used, free, and open-source distributed version control system (DVCS) designed to manage projects, large or small, with speed and efficiency [1]. In simple terms, it tracks changes in files over time and allows multiple p...
Join discussionJan 30 · 5 min read · Introduction Back in day’s when I started learning web development, after learning HTML, CSS and Javascript I learnt Git to manage and save my codes somewhere on the server i.e GitHub. At that time I was unaware of the true potential of the Git I tho...
Join discussion