辅助工具
- Github 子目录下载: https://download-directory.github.io/ (opens in a new tab)
- DownGit (opens in a new tab): 可以下载整个仓库、子目录。
趋势
- Gitstar Ranking (opens in a new tab): 查看 Github 的排名。
- Github Trending (opens in a new tab): Github 排行榜。
Chrome 插件
- Refined GitHub (opens in a new tab): Github 增加插件,可以显示仓库年龄。
技巧
同一台电脑使用两个 Github 账号
- 主号:ssh 协议
- 小号: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"