仓库 A 地址为:git@github.com:a/a.git
fork A 到 B 地址是:git@github.com:b/b.git
此时 A 仓库有新的 commit.
B 需要同步 A 的更新:
git remote add ao git@github.com:a/a.git仓库 A 地址为:git@github.com:a/a.git
fork A 到 B 地址是:git@github.com:b/b.git
此时 A 仓库有新的 commit.
B 需要同步 A 的更新:
git remote add ao git@github.com:a/a.gitThis procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :