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
parent
9a7e31af99
commit
e013a8d3ba
|
@ -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入门](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 参考手册](http://gitref.justjavac.com) - CHEN Yangjian
|
||||
* [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) - flyhigher139
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
### Index
|
||||
|
||||
* [Git](#git)
|
||||
* [Golang](#golang)
|
||||
|
||||
|
||||
## Git
|
||||
|
||||
* [Learn Git Branching](https://learngitbranching.js.org/?locale=zh_CN) - Peter M Cottle
|
||||
|
||||
|
||||
### Golang
|
||||
|
||||
* [Start using Go](https://docs.microsoft.com/zh-cn/learn/paths/go-first-steps/) - Microsoft
|
||||
|
||||
|
|
Loading…
Reference in New Issue