Saturday, September 17, 2016

Git: Getting a Git Repository: How to Make a Computer Operating System

Command:

$ git clone https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System.git


Result:

Cloning into 'How-to-Make-a-Computer-Operating-System'...
remote: Counting objects: 1387, done.
remote: Total 1387 (delta 0), reused 0 (delta 0), pack-reused 1387
Receiving objects: 100% (1387/1387), 1.86 MiB | 214.00 KiB/s, done.
Resolving deltas: 100% (428/428), done.