Skip to content

2. Project Management

Started Using Git Lab

I created git lab account using Fab Academy Link.Changed password and set notification from Global to Watch. Screenshot GitLab Home

SSH Created using Terminal

created SSH Key using Command ssh-keygen -t rsa -C “your.email@example.com” -b 4096 Screenshot SSH Key Terminal Pasted SSH key in Git Lab. Screenshot SSH Key Git Home

Cloning Repository To Local Computer

i copied the Repository to Computer using Command Terminal by code git clone path Screenshot Clone

After Creating the clone i Pushed the Changes.