设置身份
创建Deploy keys
ssh-keygen -t rsa -b 4096
需要创建Deploy keys才能进行push
更新仓库
远程克隆
git clone git@github.com:arounyf/derper.git
git clone --branch v1.70.0 https://github.com/tailscale/tailscale.git
引用仓库
git submodule add git@github.com:tailscale/tailscale.git tailscale
查看历史
git log
删除关联
git remote remove origin