git clone 的參數depth=1有什麼用?
depth=1
git clone --depth=1 git://someserver/somerepo
depth用於指定克隆深度,為1即表示只克隆最近一次commit.
depth用於指定克隆深度,為1即表示只克隆最近一次commit.