Slide 11
Slide 11 text
Setting up your working copy
Start off by getting a copy of the repository:
$ git clone url dir
Initialized empty Git repository in dir /.git/
remote: Counting objects: 77, done.
remote: Compressing objects: 100% (76/76), done.
remote: Total 77 (delta 49), reused 0 (delta 0)
Receiving objects: 100% (77/77), 1.97 MiB | 1.26 MiB/s, done.
Resolving deltas: 100% (49/49), done.
$ cd dir
clone branch edit status diff stage check commit merge/push