docs
GitHub

辅助工具

  1. Github 子目录下载: https://download-directory.github.io/ (opens in a new tab)
  2. DownGit (opens in a new tab): 可以下载整个仓库、子目录。

趋势

  1. Gitstar Ranking (opens in a new tab): 查看 Github 的排名。
  2. Github Trending (opens in a new tab): Github 排行榜。

Chrome 插件

  1. Refined GitHub (opens in a new tab): Github 增加插件,可以显示仓库年龄。 GitHub starslast commit

技巧

同一台电脑使用两个 Github 账号

  1. 主号:ssh 协议
  2. 小号:http 协议git-credential-manager-core (opens in a new tab)

Github Sign in with ssh

Github (opens in a new tab)中添加 signingkey,可以和 auth key 保持一致。

git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_rsa.pub
 
git commit -S -m "commit message"

文章