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 likesGit-VerseLVCS
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Aug 30, 2024Advanced Git and GitHub: A DevOps Engineer's Guide 🚀 #Day_10Advanced Git Topics Introduction Git is more than just a version control system; it's a tool that can significantly enhance your workflow. In this blog, we'll dive into advanced Git commands that every DevOps engineer should know. From cherry-picking...DiscussDevOps#learninpublc
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Aug 27, 2024Mastering Git & GitHub: A DevOps Essential 🚀 #Day9Understanding Version Control Systems (VCS) A Version Control System (VCS) is a tool that helps track changes in files and coordinate work among multiple people. It allows you to save different versions of your project, track who made changes, and ro...Discuss·3 likesDevOps#90daysofdevops
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 Bro to Pro </>vcs
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 16, 2024Day 12: Understanding Git & Git HubGIT Git is a version control system that enables variations made in a file to be monitored and tracked. It contains the record of ongoing file development versions which permits switching between different stages of the file and it is implemented on ...DiscussDevops articles
Snigdha Chaudharisnigdhachaudhari.hashnode.dev·Jul 16, 2024Mastering Version Control: From Centralized Systems to Distributed Git WorkflowsVersion control systems (VCS) are essential tools for developers, providing mechanisms for sharing and versioning code. This blog will explore the differences between centralized and distributed VCS, key concepts like forking, and practical Git comma...DiscussGitHub
Abogo Lincolnblog.abogo.tech·Jul 2, 2024What is a Version Control System?Understanding Version Control Systems: The Backbone of Modern Software Development In the realm of software development, managing changes and ensuring the integrity of code is paramount. This is where Version Control Systems (VCS), also known as sour...DiscussGit And GitHubvcs
Saarthak Mainisaarthakmaini.hashnode.dev·Jun 22, 2024Git and GithubWhat is Git? Git is a Version Control System which helps us in tracking files, storing changes, retrieving files, performing rollbacks, maintaining history of the project and collaborating with other folks of the Open Source community. Git was writte...DiscussGitHub
Jasai Hansdajasaiblogs.hashnode.dev·Jun 16, 2024Taming the Code Beast: Version Control with Git and GitHubIn today's fast-paced software development landscape, collaboration and efficient project management are critical. This is where version control systems (VCS), Git, and GitHub come into play. Understanding these tools and their features can significa...Discuss·10 likesDevOps - Planning to ProductionDevOps Journey
Tanmoy Gangulyxanmoy.hashnode.dev·Jun 7, 2024Mastering Git Commit Types: A Comprehensive Example in ConventionIn this detailed example, we explored various types of Git commits using the conventional commit format. Each commit type serves a specific purpose, such as adding new features, fixing bugs, updating documentation, and optimizing performance. By adhe...Discuss·45 readsGitHub