Introduction
When you want Jenkins to get your project code, you need to tell it where your Git repository is. This setup helps Jenkins find and use your code automatically.
When you want Jenkins to build your project from the latest code in GitHub.
When you need Jenkins to test your code every time someone adds new changes.
When you want Jenkins to deploy your app using the code stored in a Git repository.
When you want to automate your software delivery by connecting Jenkins with your Git repo.
When you want Jenkins to track different branches or tags in your Git repository.