浏览代码

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>
Kashinggo 3 年之前
父节点
当前提交
e013a8d3ba
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 0 1
      books/free-programming-books-zh.md
  2. 6 1
      more/free-programming-interactive-tutorials-zh.md

+ 0 - 1
books/free-programming-books-zh.md

@@ -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

+ 6 - 1
more/free-programming-interactive-tutorials-zh.md

@@ -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
-