Slide 20
Slide 20 text
2019/3/28 Git⼊⾨
127.0.0.1:5500/index.html#8 20/30
git remote
リモートリポジトリの操作を⾏う
# リモートリポジトリを追加
$ git remote add origin [リポジトリのパス]
# 登録されているリモートリポジトリの確認
$ git remote -v
origin https://github.com/Kyohei-M/sample.git (fetch)
origin https://github.com/Kyohei-M/sample.git (push)
20 / 30