Ansh Agrawalansh076.hashnode.dev·Dec 8, 2024Mastering Version Control: The Backbone of Modern Software DevelopmentUnderstanding Version Control Systems, Their Importance, and How They Empower Collaboration and Productivity. Managing changes in projects is very important, especially in today’s fast-moving software world. Version Control Systems ( VCS ) help teams...Discussversion control
Imran Shaikhlearnwithimran.hashnode.dev·Oct 18, 2024Deep Dive in Git & GitHub for DevOps EngineersIn today’s fast-paced DevOps environment, mastering version control is crucial for seamless collaboration, automation, and continuous integration. At the heart of version control lies Git, an open-source system that revolutionized how teams manage an...DiscussLinux
Abhinavdevcodex.hashnode.dev·Sep 8, 2024What is so special in git ??Introduction Tired of hearing about Git but have no clue what it is? Frustrated by tutorials throwing weird commands at you without explanation? https://media.giphy.com/media/W8zSq0vELdBhMAJdG3/giphy.gif?cid=790b7611axe5tek0kvoihdw0njra61mem2r84ivf2e...Discuss·2 likes·31 readsGit-VerseLVCS
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 23, 2024Types of Version Control System (Cvcs && Dvcs)Centralized Versioned Control System In centralized source control system there is a main server where all versions of the code are stored. To start working on a project users first bring code from this central server to their local machines. This pr...DiscussDevOps Slow to Flow </>vcs
Gautami Shettygautamishetty.hashnode.dev·Dec 20, 2023Let's understand CVCS and DVCS by differentiating themAs we already know that version control system is broadly categorised into two types CVCS and DVCS, let's get a brief idea of each. Centralized version control systems — such as CVS (Concurrent Versions System), Perforce, and SVN (Subversion) — centr...DiscussVersion Control Systemscvcs
shishir srivastavshishirslearningjourney.hashnode.dev·May 27, 2023Version control systemIn an environment where multiple people are working on one project, keeping track of the changes made in a project manually can be very tedious and prone to errors. While writing code or maintaining a file system, in which we need to keep making chan...Discussvcs
Sriram Bsriram23.hashnode.dev·Dec 25, 2022Top 15 Git Commands You Should KnowHello World! As a developer, we are using Git commands every day. Here is a list of top Git commands that you should know. Before jumping into the commands, let's see an overview of Git. What is Git? Git is an open-source distributed version control ...Discuss·128 readsDVCS
Sriram Bsriram23.hashnode.dev·May 3, 2020What is Git?Hello World! In this blog let us see what is git and how it is used in industry. What is Git? Git is a Distributed Version Control System (DVCS), that holds the whole history of the project, including the changes. It is built with security, performan...DiscussGit