git clone 的参数depth=1有什么用?
depth=1
git clone --depth=1 git://someserver/somerepo
depth用于指定克隆深度,为1即表示只克隆最近一次commit.
depth用于指定克隆深度,为1即表示只克隆最近一次commit.