Ayesha Saherdevopsandcloudlearning.hashnode.dev路Jul 16, 2024Basics of Git and GitHubIntroduction Welcome to the world of Git and GitHub! Whether you鈥檙e new to coding or just want to get a handle on version control, this guide will walk you through the basics. By the end, you'll be able to manage your code like a pro. What is Git? ...basics of git and github
Nikhil Yadavnikhil-blogs.hashnode.dev路Feb 8, 2024Advance Git & GitHub for DevOps EngineersGIT Branching: Branching in Git allows us to work on different features, bug fixes, or experiments in isolation, without affecting other parts of the repository. Each repository has a default branch, usually called "master" or "main," and we can crea...#90daysofdevops
KUNCHEPU HARISHharishkunchepu.hashnode.dev路Oct 2, 2023Day-8:Deep Dive in Git & GitHub for DevOps Engineers.What is Git and why is it important? What is difference Between Main Branch and Master Branch?? Can you explain the difference between Git and GitHub? How do you create a new repository on GitHub? What is difference between local & remote reposit...#Git & GitHub
Ausaf Ansariausafansari.hashnode.dev路Sep 12, 2023Git & GithubINTRODUCTION Today, we're diving into the world of Git and GitHub, two essential tools for modern software development and collaboration.Git is distributed version control system It allows you to collaborate with others and maintain a history of your...#Git & GitHub
Utkarsh Mishrautkarshmishrablogs.hashnode.dev路Aug 6, 2023Source Code Management [Git and GitHub] Fundamental & Advanced馃搷Introduction Are you ready to embark on an exciting voyage into the world of software collaboration? 馃寪 Say hello to Git and GitHub, the dynamic duo that make version control an absolute breeze! 馃寑 Git, the genius behind the scenes, is your trusty ...#Git & GitHub
Suraj bariklinuxenthusiast.hashnode.dev路Jul 30, 2023Basic Git & GitHub for DevOps Engineers.鉁匴hat is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. W...#gitandgithub
ankita kumaridevops24.hashnode.dev路May 27, 2023馃幆Bit Complicated concepts of GIT & GITHUBSo now we have complete understanding of basic GIT and GITHUB operations. moving ahead will learn the more advanced topics of GIT AND GITHUB. 馃搶Authenticating GITHUB Repository There are many ways to authenticate your GITHUB. Both SSH keys and HTTPS ...6 likes路46 reads#Git & GitHub
Sheetal Shelakesheetal30.hashnode.dev路May 10, 2023Day 10 Task: Advance Git & GitHub for DevOps Engineers.Git Branching Git branching is a powerful feature that allows you to create separate lines of development within a Git repository. Branches are useful for working on different features, bug fixes, or experiments without affecting the main codebase un...55 reads#Git & GitHub
Rohit Joharijoharirohit.hashnode.dev路Apr 24, 2023"Mastering Version Control with Git and GitHub: A Comprehensive Guide"Git is a distributed version control system that allows developers to collaborate on projects and track changes to code over time. It was created by Linus Torvalds in 2005 and is now widely used in software development. GitHub is a web-based platform...28 reads#Git & GitHub