0
0

git 作業(クローン編)

Posted at

はじめに

以前の記事(以下url)で、gitの使用法について簡単にさらっていったが、今回PCを新調したので、git hub上のデータをクローンしてきて、作業を継続できるようにする。
今回も超初心者の備忘録となっている
https://qiita.com/kushikushi/items/0162288ed71dc2a9a5aa

実行

まず、cdコマンドで、クローンしたいディレクトリに移動しておく

cd [移動したいディレクトリパス]

その後、git cloneコマンドを使用する

git clone [リポジトリパス]

今回は、git hubからクローンしたため、以下のようなurlを指定した

https://github.com/[ユーザー名]/[リポジトリ名].git

以上で終了。とても簡単だった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0