Rajratan Gaikwadrajratangaikwad.hashnode.dev·18 hours agoIntroduction to Git: Version Control for DevOps EngineersWelcome back, fellow DevOps Engineers! Today, we’re kicking off an exciting new series—Git and GitHub! This is a crucial phase for any developer or DevOps engineer, as version control plays a major role in managing code efficiently. Ever wondered how...Git and GitHubDevops
Deepak Modideepakmodi.hashnode.dev·Feb 15, 2025Git and GitHub for BeginnersVersion control is an essential skill for every developer, and Git is the most popular version control system used worldwide. Combined with GitHub, it allows for seamless collaboration and efficient code management. In this guide, we'll explore Git a...1 likeGitHub
Purnachandra Bandarupurnadev.hashnode.dev·Feb 5, 2025Mastering Git: Key Commands ExplainedIn this article, I'll help you understand Git commands and workflows in a structured way. Let's build up your knowledge from the fundamentals to more advanced concepts. First, let's understand what Git is: Git is a distributed version control system ...Git
Sarthak Duggalsarthk1029.hashnode.dev·Feb 1, 2025Building Your Own Git from Scratch in GoAs a professional software engineer, you must be using Git every day as it is the most widely used version control software. Many people believe that Git is very complex software. I did, too. But it isn’t. It’s a big piece of software with many featu...Go Language
Plamen Mushkovblog.apexapplab.dev·Jan 31, 2025Streamline Your Development Workflow: Bitbucket and Jira Integration GuideWhy is it a good idea? In the world of software development, managing code changes and tracking project progress are two important aspects of the whole process. To improve the visibility and traceability of all changes, and most importantly see which...48 readsci-cd
Himanshu NikhareforSideQuirk Blogssidequirk.com·Jan 26, 2025Git & GitHub Cheat SheetCore Git Commands git init: Initializes a new Git repository in the current directory. git clone <repo_url>: Creates a local copy of a remote repository. git status: Displays the status of the working directory and staging area. git add <file_or_...cheatsheet
Sameeksha Dalvisameekshadalvi.hashnode.dev·Jan 22, 2025A Newcomer's Guide to Git and GitHub: My First ExperienceA Simple Way to Understand Git and GitHub Imagine you're writing a big story with your friends, and each of you is working on different chapters. You want to keep track of what everyone is doing, but you don't want to accidentally overwrite someone e...GitHub
Piyush Goyalpiyushgoyal.hashnode.dev·Jan 20, 2025A Beginner’s Guide to Git and GitHub: Key Commands and Their UsesVersion control is an essential part of every developer’s workflow. Recently, I learned how to use Git and GitHub, and I wanted to share the basic commands I came across and their uses in simple terms. Let’s dive in! 📋 Getting Started git init Ini...11 likes·91 readsGit
Biraj Singhgitbasics.hashnode.dev·Jan 17, 2025Understanding the basics of GitIntroduction Have you ever found yourself in a situation where you’ve developed a piece of software which runs smoothly, later on you add a new feature to your software, but unknowingly it starts behaving weird and you can’t figure out why? In such a...3 likesGitHub
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 15, 2025Beginner's Guide to Frontend Web Development: Build, Debug, and Repeat💻👩💻Hey, ladies! 💕 Are you ready to step into the world of web development and start creating beautiful, functional websites that not only work like magic but look like they belong in a design museum? 🎨✨ When I started my tech journey, I had so many qu...40 likes·47 readsHTML5