Skip to content
本站總訪問量
本站訪客數 人次

git clone 克隆

概述: 到電腦上克隆雲端上github的repo

克隆clone

bash
git clone <url>

範例

bash
git clone https://github.com/lucashsu95/python-noob-drives

只下載最近三次commit

bash
git clone <url> --depth=3

範例

bash
git clone https://github.com/lucashsu95/python-noob-drives --depth=3

Contributors

The avatar of contributor named as lucashsu95 lucashsu95

Changelog