Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Git Recipes | 13,001 | 4 years ago | 9 | |||||||
🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程. | ||||||||||
Github Hans | 1,375 | 2 years ago | 24 | mit | JavaScript | |||||
[废弃] {官方中文马上就来了} GitHub 汉化插件,GitHub 中文化界面。 (GitHub Translation To Chinese) | ||||||||||
Gotgithub | 1,246 | 7 years ago | 6 | CSS | ||||||
GotGitHub: an open source E-book about GitHub in Chinese | ||||||||||
Free Programming Books | 780 | 5 years ago | 3 | |||||||
Free Learning Resources In Chinese | ||||||||||
Paddlepaddle Deepspeech | 431 | 4 months ago | apache-2.0 | Python | ||||||
基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。 | ||||||||||
Tegaki | 216 | 10 months ago | 10 | Python | ||||||
Chinese and Japanese Handwriting Recognition. | ||||||||||
Cz Emoji Chinese | 46 | a year ago | 14 | August 11, 2020 | mit | JavaScript | ||||
🚴 炫酷的中文版本的 git commit emoji 🐛🎨✨ 🔥💄📝 🎉 命令行 | ||||||||||
Codeigniter Userguide | 45 | 5 years ago | 3 | HTML | ||||||
Chinese Language User Guide | ||||||||||
Awesome Cn | 39 | 3 years ago | ||||||||
awesome项目中文翻译,提升查阅效率 | ||||||||||
P5 Riji | 22 | 1 | 1 | a year ago | 43 | January 02, 2022 | other | Perl | ||
git based simple static site generator mainly for blogging |
cgit is a wrapper of git.
cgit
can set a mirror address for you if it's very slow with fetching data from GitHub.
Run this command cgit mirror
in your local git repository directory,
it'll change the fetch address to github.com.cnpmjs.org
. Reversing it is very easy,
just run command cigt mirror --enable=false
.
brew install linuxsuren/linuxsuren/cgit
cgit is fully compatible with git. So you make an alias for it. Add the following line into you shell profile:
alias git='cgit'
For bash users, you edit it via: vim ~/.bashrc
For zsh users, you can edit via: vim ~/.zshrc
cgit clone linuxsuren/cgit
Sometimes it's very slow when clone the code from GitHub. So cgit will clone it by a GitHub proxy.
Add a command alias: cgit alias set cm 'checkout master'
Use an alias: cgit cm
List all alias commands: cgit alias list
This project can be released via linuxsuren-versions.