#github
Read more stories on Hashnode
Articles with this tag
#90DaysofDevops Challenge- Day24 · What and Why Jenkins Agents Required. Jenkins agents are worker machines or computing resources that are responsible...
#90daysofdevops Day12 · Linux commands. cd - Change directory. Use this command to navigate to different directories in the file system. For example, cd...
#90Days DevOps Challenge Day-10 · 1.Git Stash: Git stash is a feature in Git that allows you to temporarily save changes you've made to your working...
#90Days DevOps Challenge Day · What is Git and why is it important? Git is a version control system used to save different versions of code. You can use...
We will discuss how to deploy a node.js application on EC2 instance, and furthermore, we will create a robust CI/CD pipeline by utilizing Jenkins. · The...
#90daysofdevops Day8 · 1. What is Git? Git is a version control tool that maintains and tracks versions you make over time and allows multiple users to...