yashinomi / sysdev2020_advanced

0 stars 0 forks source link

Class 5. (前半) Exercise 7. log #24

Closed yashinomi closed 3 years ago

yashinomi commented 3 years ago

他の人のリポジトリをフォークしてオリジンを確認

yashinomi commented 3 years ago

Durun の練習リポジトリをフォークさせていただくことにした。

yashinomi commented 3 years ago

フォークしたリポジトリ

yashinomi commented 3 years ago

手元にクローンしてオリジンを確認

> git clone yashi_hub:yashinomi/sysdev.myproj.git
Cloning into 'sysdev.myproj'...
remote: Enumerating objects: 51, done.
remote: Counting objects: 100% (51/51), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 51 (delta 14), reused 49 (delta 13), pack-reused 0
Receiving objects: 100% (51/51), 5.00 KiB | 1.25 MiB/s, done.
Resolving deltas: 100% (14/14), done.
> cd sysdev.myproj
> git remote -v
origin  yashi_hub:yashinomi/sysdev.myproj.git (fetch)
origin  yashi_hub:yashinomi/sysdev.myproj.git (push)