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>
This commit is contained in:
Kashinggo
2022-10-06 00:47:58 +08:00
committed by GitHub
parent 9a7e31af99
commit e013a8d3ba
2 changed files with 6 additions and 2 deletions

View File

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