#github
Read more stories on Hashnode
Articles with this tag
Git and GitHub are two of the most commonly used tools in a DevOps engineer's toolkit. While they are closely related, some key differences between...
Step 1 - Fork the Repository The first thing you need to do is fork the repository you want to contribute to. This creates a copy of the repository in...
Sign up for a GitHub account on github.com if you don't already have one. Create a new empty repository on GitHub. Do not initialize it with a README...
Start on the main branch (usually called master or main). Check it with git branch, the main branch will be marked with an *. Create a new branch...
Create a new folder to contain the Git repository. This can be done through a file explorer or command line. Open a terminal/command prompt and...
Introduction: Jenkins is a powerful open-source automation server that enables developers to automate the build, test, and deployment process for...