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
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, 2024Stay Synchronized and Share Code with Git 🔃Git is a versatile powerful tool widely used for tracking changes in source code in computer files and enabling collaboration between developers. It was created by Linus Torvalds in 2005. Git has become essential tool for developers worldwide. Genuin...DiscussDevOps Slow to Flow </>gitlifecycle
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 23, 2024How Centralized Version Control System(CVCS) Bring Changes.A centralized version control system (CVCS) is like a manager of change in software development. It keeps all versions and updates of code stored on a single server. When we want to work on a file we just pick it up from this central server & make ou...DiscussDevOps Slow to Flow </>centralized version control system
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
Ayush Guptaayush9026.hashnode.dev·Apr 12, 2023Source code ManagementAn Overview. Source code management systems (SCMs), also known as version control systems (VCSs), are software systems that record all changes for a set of files over time. This allows you to share those changes and provide merging and tracking histo...Discuss·103 reads#Git #GitHub #versioncontrol #collaboration #softwaredevelopment #sourcecode #repository #commit #branch #merge #pullrequest #fork #workflow #issues #bugtracking #continuousintegration #deployment #devops #opensource #coding