Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Gitlab

1️⃣ Install Git

  • sudo apt update
  • sudo apt install git -y

2️⃣ Configure Git

  • git config --global user.name "Your Name"
  • git config --global user.email "[email protected]"

3️⃣ Initialize the repository (replace with your desired path)

  • mkdir -p /home/intern1/test-pipeline
  • cd /home/intern1/test-pipeline
  • git init

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors