#github
Read more stories on Hashnode
Articles with this tag
In this blog, I'll guide you on moving your code and its history from Bitbucket to GitHub. It's a simple step-by-step process, making sure you don't...
In this project, I am creating a pipeline which can automate the software lifecycle of the company or project. Automating the deployment process from...
Step: 1 Open the file manager and the path of the code Below I have created 3 sample files under Folder demo-work Step: 2 Click on the path of the...
Launch Instance Create AWS EC2 - t2.micro sudo apt update clear Install JAVA because Jenkins is built on Java language sudo apt install...
The Merge Option The easiest option is to merge the main branch into the feature branch using something like the following: git checkout feature git...