#github
Read more stories on Hashnode
Articles with this tag
Introduction: In this blog, we will delve into the step-by-step process we've covered up to Day 24 of our Jenkins CI/CD project. For a quick reference...
GitHub Integration with Jenkins In the realm of DevOps, Integration between GitHub and Jenkins stands as a pivotal point for achieving continuous...
Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...
A Guide to Resolving Git Merges with Conflicts Merging in Git is a powerful way to bring changes from one branch into another. However, conflicts can...
Welcome back to our DevOps journey! Today, we're going to take a deep dive into Git and GitHub, two of the most essential tools for modern software...
Welcome to Phase 7 of our DevOps journey. Today, we're diving into the world of branching in Git. What is a branch? A branch is like a parallel...