git clone

2022年4月20日水曜日

Git

t f B! P L
https://atmarkit.itmedia.co.jp/ait/articles/2003/05/news006.html

リポジトリを自分の環境に複製

複製先のディレクトリに移動したのち、git clone コマンドを実行する

例)

cd /d c:\prj
git clone https://github.com/llvm/llvm-project.git

その他の記事

QooQ