Add Git interactive tutorial in zh_cn (#7599)

* Add Git interactive tutorial in zh_cn

* chore: add creator

* fix: remove dups from books

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
pull/7633/head
Kashinggo 2022-10-06 00:47:58 +08:00 committed by GitHub
parent 9a7e31af99
commit e013a8d3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -87,7 +87,6 @@
* [沉浸式学 Git](https://web.archive.org/web/20191004044726/http://igit.linuxtoy.org:80/index.html) - Jim Weirich, `trl.:` 徐小东 a.k.a toy *(:card_file_box: archived)* * [沉浸式学 Git](https://web.archive.org/web/20191004044726/http://igit.linuxtoy.org:80/index.html) - Jim Weirich, `trl.:` 徐小东 a.k.a toy *(:card_file_box: archived)*
* [猴子都能懂的GIT入门](http://backlogtool.com/git-guide/cn/) - Nulab Inc. * [猴子都能懂的GIT入门](http://backlogtool.com/git-guide/cn/) - Nulab Inc.
* [学习 Git 分支](https://learngitbranching.js.org/?locale=zh_CN) - Peter Cottle
* [Git - 简易指南](https://rogerdudler.github.io/git-guide/index.zh.html) - Roger Dudler, `trl.:` 罗杰·杜德勒 (HTML) * [Git - 简易指南](https://rogerdudler.github.io/git-guide/index.zh.html) - Roger Dudler, `trl.:` 罗杰·杜德勒 (HTML)
* [Git 参考手册](http://gitref.justjavac.com) - CHEN Yangjian * [Git 参考手册](http://gitref.justjavac.com) - CHEN Yangjian
* [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) - flyhigher139 * [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) - flyhigher139

View File

@ -1,9 +1,14 @@
### Index ### Index
* [Git](#git)
* [Golang](#golang) * [Golang](#golang)
## Git
* [Learn Git Branching](https://learngitbranching.js.org/?locale=zh_CN) - Peter M Cottle
### Golang ### Golang
* [Start using Go](https://docs.microsoft.com/zh-cn/learn/paths/go-first-steps/) - Microsoft * [Start using Go](https://docs.microsoft.com/zh-cn/learn/paths/go-first-steps/) - Microsoft