浏览代码

Add Git concepts learning based tutorial (#7927)

Rajender Katkuri 3 年之前
父节点
当前提交
b0dfda0a75
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      more/free-programming-interactive-tutorials-en.md

+ 1 - 0
more/free-programming-interactive-tutorials-en.md

@@ -136,6 +136,7 @@
 * [Git Tutorial](https://www.w3schools.com/git/) - W3Schools
 * [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
 * [Learn Git Branching](https://learngitbranching.js.org)
+* [Learn git concepts, not commands](https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc) - Nico Riedmann, Dev.to
 * [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
 * [Try Git](http://try.github.io)
 * [Visualizing Git Concepts with D3](http://onlywei.github.io/explain-git-with-d3) - Wei Wang