Ramya Rmy-devops-journey-traineithshubam.hashnode.dev·Nov 20, 2024A Beginner's Guide to Version Control and CollaborationWelcome to my journey as a new DevOps engineer! One of the first things I learned as I started diving into DevOps practices was version control, particularly using Git and GitHub. Git is an essential tool for managing changes to your codebase, while ...DiscussGitHub
Pooja Bhavanipoojabhavani.hashnode.dev·Jul 16, 2024Day 13 Task: Advance Git & GitHub for DevOps EngineersGit Branching Branches are a core concept in Git that allow you to isolate development work without affecting other parts of your repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into an...Discuss·62 reads#gitandgithub
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
Paresh Pardepardeparesh.hashnode.dev·May 15, 2024Git & GitHub for DevOps EngineersIntroduction 🚀 Welcome to the world of Git & GitHub for DevOps engineers! In this comprehensive handbook, we'll delve into the essential tools and techniques that will empower you to streamline your development workflow, collaborate effectively, and...Discuss·5 likesDevops
Raghuu'raghuu87.hashnode.dev·May 5, 2024My D's P's L's Js _ Day4 _ Git & GitHub (4); Open Source (4); Other Developments (4).\\Let's Begin...\\ Git and GitHub {4} _ Working with Git (4) : What does Git do? Manage projects with Repositories Clone a project to work on a local copy Control and track changes with Staging and Committing Branch and Merge to allow for work on dif...DiscussLearning and Earning
Garima sharmagarimasharmacoder.hashnode.dev·Mar 28, 2024Day-2 Pushing HTML coding in Git and GithubLearn about the href attribute of anchor tag <a> The <a>anchor tag defines a hyperlink, which is used to link from one page to another. By using href attribute inside the anchor tag <a href="actual link"> link name </a> ex: <a href="https://hashnode....Discuss#gitandgithub
Amit Paradamitparad.hashnode.dev·Nov 25, 2023Day 9 Task: Deep Dive in Git & GitHub for DevOps Engineers.💡What is Git and why is it important?💡Certainly! Git and GitHub are essential tools for version control and collaboration in software development. As a DevOps engineer, understanding these tools is crucial for managing code, collaborating with team...Discuss·27 reads#gitandgithub
Md. Afzal Hassan Ehsaniiemafzalhassan.hashnode.dev·Nov 4, 2023Git and GitHub: A Beginner's Guide to Understanding and Using Command Line.What are Git and GitHub? Git is a distributed version control system that allows you to track changes in your project's source code over time. It enables you to collaborate with others, experiment with new ideas, and revert to previous states easily....Discussgit and github introduction
Dipanshudipanshu2005.hashnode.dev·Oct 29, 2023More about Git and GitHubDifference between Git and GitHub Git and GitHub are two closely related technologies, but they are not the same thing. Git is a distributed version control system (VCS) that allows developers to track changes in their code over time. It is a command...Discuss·1 likeGit
Chinay Boharachinayb.hashnode.dev·Sep 28, 2023Command Line Conquest: The Ultimate Cheat Sheet with Linux, Git, and GitHub Commands🚀 Introduction Welcome to my learning journey where I share my discoveries on mastering the command line with a focus on Linux, Git, and GitHub commands. In this blog, we'll delve into essential commands for efficient operations. Whether you're an a...DiscussDevops