#devops-articles
Read more stories on Hashnode
Articles with this tag
What is Github webhook and what is used? GitHub webhook is a feature that allows you to configure and automate events that occur in your GitHub...
What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...
Git Branching:- git branch git branch -d <branch> Create a new branch git branch -D <branch> Delete the specified branch git...