#github
Read more stories on Hashnode
Articles with this tag
So, In this blog we will see all the steps and process we have done till Day 24.Here is the link for all the previous blogs, please have a look:...
GitHub Integration with Jenkins So, for integrating GitHub with Jenkins, you should know about "Webhooks". What are Webhooks? A webhook is an HTTP...
EXAMPLE - 1 Create a new Jenkins freestyle project named "Django-todo-cicd" Configure the project. In the Source Code Management section > Select...
REBASE Rebase will simply drop merge commits from the todo list, and put the rebased commits into a single, linear branch. In other words, Rebasing is...
Let's begin with some advance concepts and commands of Git.For the basics concepts and commands of git and GitHub, please refer Day 9 - Git and GitHub...
Before proceeding ahead with Git and GitHub, as in previous blog https://sharmasmriti.hashnode.dev/day-8-version-control-system-and-git, we have seen...