This commit is contained in:
Chris Wanstrath 2009-12-08 00:34:29 -08:00
Родитель c4da418c16
Коммит e3ece88d1e
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,26 @@ knowledge.
It can used on its own or can serve as a complete, backwards
compatible replacement for the `git` script.
Standalone:
$ hub clone rtomayko/tilt
Initialized empty Git repository in /Users/chris/sandbox/tilt/.git/
remote: Counting objects: 307, done.
remote: Compressing objects: 100% (219/219), done.
remote: Total 307 (delta 175), reused 85 (delta 45)
Receiving objects: 100% (307/307), 48.91 KiB, done.
Resolving deltas: 100% (175/175), done.
Aliased:
$ git clone rack/rack
Initialized empty Git repository in /Users/chris/sandbox/rack/.git/
remote: Counting objects: 4005, done.
remote: Compressing objects: 100% (1738/1738), done.
remote: Total 4005 (delta 2505), reused 3620 (delta 2208)
Receiving objects: 100% (4005/4005), 785.82 KiB | 129 KiB/s, done.
Resolving deltas: 100% (2505/2505), done.
Install
-------