-
Notifications
You must be signed in to change notification settings - Fork 0
Git and Linux SSH Script
lizzy9596 edited this page Feb 18, 2025
·
2 revisions
- Install Git
To start i installed git on docker01 using `sudo apt install git-all'. After a lengthy install I was able to start cloning my github
I ran the command ` git clone https://github.com/lizzy9596/my-tech-journal/wiki/SYS-265' which made a copy of my class repository.
Classes