Ayesha Saherdevopsandcloudlearning.hashnode.dev·Jul 16, 2024Basics of Git and GitHubIntroduction Welcome to the world of Git and GitHub! Whether you’re 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? ...Discussbasics 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...Discuss#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...Discuss#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...Discuss#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 ...Discuss#Git & GitHub
Suraj barikforSuraj's Spark ☁️linuxenthusiast.hashnode.dev·Jul 30, 2023Basic Git & GitHub for DevOps Engineers.✅What 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...Discuss#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 ...Harsh kumar and 1 other are discussing this2 people are discussing thisDiscuss·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...Discuss·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...Discuss·28 reads#Git & GitHub