From e013a8d3ba337a4fe42ad7b96a50dbf4a63a1c39 Mon Sep 17 00:00:00 2001 From: Kashinggo <59107999+Kashinggo@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:47:58 +0800 Subject: [PATCH] Add Git interactive tutorial in zh_cn (#7599) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- books/free-programming-books-zh.md | 1 - more/free-programming-interactive-tutorials-zh.md | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index b1af0d097..5aba845ba 100644 --- a/books/free-programming-books-zh.md +++ b/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 diff --git a/more/free-programming-interactive-tutorials-zh.md b/more/free-programming-interactive-tutorials-zh.md index 6875dd2c7..2b069cd49 100644 --- a/more/free-programming-interactive-tutorials-zh.md +++ b/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 -