Showing posts with label GitHub. Show all posts
Showing posts with label GitHub. Show all posts

Monday, November 10, 2025

What is Git & GitHub ?

 What is Git?

Git is a Version Control System that track file changes.

What is GitHub?

GitHub is a platform that allows developers to collaborate and store their code in the cloud.


Git & GitHub work together to make building, scaling, securing, and storing software much easier.


GitHub Tutorial

FYI:  A brief introduction to Git for beginners | GitHub

https://www.youtube.com/watch?v=r8jQ9hVA2qs&list=PL0lo9MOBetEFcp4SCWinBdpml9B2U25-f

Download GitHub

 FYI:



(or)

 Git - Install for Windows
https://git-scm.com/install/windows


How to Create a free GitHub account?

# Go to browser

# github.com

# Click on Singup

# Login with gmail

# Promt the Username available

FYI : (58735) How to Create a GitHub Account (2025) - Full Tutorial - YouTube 

https://www.youtube.com/watch?v=Gn3w1UvTx0A

Tuesday, February 13, 2024

Bitbucket

sudo su

cd /app/mighty/spadmin/

mkdir Mighty_Code_Path

chmod 777 Mighty_Code_Path -R

userName : "abcd"

EmailAdd : "abcd@gmail.com"

git config --global http.sslVerify false

cd "/app/mighty/spadmin/Mighty_Code_Path"

pwd

git clone "URL"

cd identityiq

git checkout Master_Code_Rev


cd /app/mighty/spadmin/Mighty_Code_Path/identityiq"

git add --all

git commit -m "Commit -12345 -Master_Code_Rev_Test"

git push -u origin HEAD:Master_Code_Rev

# Create Pull Request

# Scroll down and click on Create.

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.






IAM, IGA & Identity Security

IAM sets up the employee's account so they can log in and access the application with their credentials. IGA makes sure that access requ...

Featured Articles