Table of Contents
この章は主要コマンドのクイックサマリです; 詳細はこれまでの章の説明を参照してください。
tar ボールから:
$ tar xzf project.tar.gz $ cd project $ git init Initialized empty Git repository in .git/ $ git add . $ git commit
リモートのリポジトリから:
$ git clone git://example.com/pub/project.git $ cd project