Jenkins configuration with git via SSH

Jenkins

Add SSH certificate to Jenkins to pull repository from git server (example gitlab) Prerequisite : a) git must be installed on user’s computer b) jenkins must be running on user’s computer To achieve this we […]

Share Button

Create Issues on Git & close it via eclipse commit

To commit an issue from eclipse please follow steps –

Share Button

Create Branch on Git & use it on Eclipse

First create branch on git server and next pull the branch on eclipse and push back on git from eclipse.

Share Button

Create Branch on Eclipse next update & Merge on Git

To update & merge from eclipse on git please follow the steps –

Share Button

Git Pull Rebase with Eclipse

To pull data from git and rebase the code using eclipse please follow the steps –

Share Button