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.
SSH Created using Terminal¶
created SSH Key using Command ssh-keygen -t rsa -C “your.email@example.com” -b 4096 Pasted SSH key in Git Lab.
Cloning Repository To Local Computer¶
i copied the Repository to Computer using Command Terminal by code git clone path
After Creating the clone i Pushed the Changes.