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 -