Tuesday, August 22, 2023

GIT Repo Update

# Login to DevOps

# For the first time follow the below step if not skip this step. (Optional)

Navigate to Repos -> Select the current Repo (Ex: SailPoint 8.3p3)

# Create the SailPoint folder in the local machine (For the first time)

# Go To the SailPoint folder where you saved the GIT repository SailPoint folder.

# Right-click on it and select the GIT Bach here.

# For the first time follow the below step if not skip this step.

Click on clone and copy the URL in DevOps

# Type the following command 

git clone https://XYZ

# git checkout master

# git pull

# git checkout -b PR_Clarity

# git pull

# git status

# Place updated/new files in the respective folders

# git status 

(check the status - to know XMLs you updated)

# git add .

# git commit -m "Process Clarity"

# git push

# git remote -v

# git push origin PR_Clarity

# Go To Repos ---> Select the updated repo version name (Ex: PR_Clarity)

# Click on Create Pull Request

# Select the reviewer 

# Scroll down and click on create.






No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...