Munilakshmi G J100daysdevops.hashnode.dev·Oct 28, 2024Day 3 of 100 days : Introduction to Git and GitHubWhat is Git? Git is a distributed version control system that helps developers manage changes in source code during software development. Here are some key features: Version Control: Tracks changes in files, allowing users to revert to previous vers...Devops
vaheeda begum sheikvaheedas.hashnode.dev·Sep 1, 2023Git and git commandsWhat are git and git advantages and commands their uses? #devopsjourney #devopscommunity #devopstools #devopsenginee #gitcommands #git GIT Git is a distributed version control system that allows multiple people to collaborate on a project while keep...Git
Nilabja Sarkarnilabja.hashnode.dev·Apr 25, 2023Getting Started with Git: A Beginner's GuideIntroduction to Git Git is an amazing tool to work with. Git is a popular version control system for software development. Git enables collaboration between different developers working on the same project by allowing developers to keep track of chan...48 readsGit
karthick Htech-karthick.hashnode.dev·Apr 8, 2023Introduction to Git and GitHubFirst of All, why do we need Git? Ok Here we go, Let's assume you and I are working on a project that needs to be created you and I are not present in the same place so how can we share our code between you and me If I start working on my part I am...39 readsGit