Shivam Wakadeshivamdevops.hashnode.dev路Aug 23, 2023Decoding Git and GitHub: Your Friendly Guide of Git and GitHubIntroduction You might have heard the terms "Git" and "GitHub" floating around, and you might be wondering what they're all about. Fear not, for we're here to break down these concepts in the simplest way possible, without any technical jargon! 馃殌 Wh...Devops
Utsav Gohelgoutsav.hashnode.dev路Aug 7, 2023Getting Started with GitHubAre you new to GitHub and curious about how to create a repository, make changes, and push them back to the remote repository? Look no further! In this blog, we'll walk you through the simple process of setting up your first repository on GitHub, mak...Basics of Github
T Prayagprayagtushar.hashnode.dev路May 20, 2023How to add Badges to your GitHub RepositoryAdding badges to your readme files is a common task and almost everyone uses badges in their GitHub Repo. These badges increase the readability of Readme files, and as a result, the readers get a clear-cut idea about the tech stacks, license, version...2 likes路148 readsWeMakeDevs
Gurudath K Pgurudath.hashnode.dev路May 10, 2023Basic Git & GitHub for DevOps Engineers1. What is Git? Git is a version control tool that maintains and tracks versions you make over time and allows multiple users to work on the same file. By doing so, Git records who made changes to the file and when they were made. Git also helps to f...GitHub