元祖からforkしてきたリポジトリに元祖の最新のコードを取り込む

Oct 4, 2021 15:12 · 84 words · 1 minute read

リポジトリをまたぐときはこのようにしてpullできる

$ cd github.com/myname/bar
$ git pull git@github.com:foo/bar.git master

master はブランチ名なので main などになっていたら適宜変更する。

参考

tweet Share