Gaurav Daultanidevops-unlocked.hashnode.dev·Oct 6, 2024Git and GithubImagine you're working on a puzzle. You're arranging pieces, but suddenly realize you misplaced a few earlier. Wouldn't it be great if you could hit "undo" and try again? Well, in the world of software development, we deal with code instead of puzzle...GitHub
Alla Yasheelacloud-z.hashnode.dev·Oct 2, 2024Version Control Systems: Centralized (CVS, SVN) vs. Distributed (Git)Version control systems help developers track changes in code, collaborate with others, and manage different versions of a project. There are two main types of version control: Centralized and Distributed. Let's explore the differences between these ...Git
Ashutosh Pandeyturbo911.hashnode.dev·Sep 12, 2024Conquer Version Control: A Deep Dive into Git & GitHubFile System: A file system is where you store and organize files on your computer or server (like folders and files you see in Windows Explorer or Mac Finder). It keeps track of your files but doesn’t save old versions or changes. If you overwrite...1 likeDevops
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...2 likes·31 readsGit-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...DevOps#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...3 likes·26 readsDevOps#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...DevOps Slow to Flow </>vcs
Danielle Youngfossil-to-future.hashnode.dev·Jul 21, 2024Unlocking Africa's Potential in the Voluntary Carbon Market: Strategic Pathways and Key PlayersAfrica is increasingly becoming a key player in international development through its growing participation in the Voluntary Carbon Market (VCM). As the regulation of global carbon emissions becomes crucial in the fight against climate change, the VC...35 likes·81 readsVoluntarycarbonmarket
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 ...Devops 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...GitHub