From 33ade02c6aa0d41ee8b72222e02f49fa34afc9bb Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Tue, 13 Mar 2018 11:02:13 +0800 Subject: [PATCH] auto commit --- notes/Git.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/notes/Git.md b/notes/Git.md index 1ed6ce90..3418d95e 100644 --- a/notes/Git.md +++ b/notes/Git.md @@ -16,21 +16,10 @@ # 学习资料 -> [git - 简明指南](http://rogerdudler.github.io/git-guide/index.zh.html) - -简洁明了。 - -> [图解 Git](http://marklodato.github.io/visual-git-guide/index-zh-cn.html) - -图文式简介。 - -> [廖雪峰 : Git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - -比较系统的对 git 进行介绍,很适合学习。 - -> [Learn Git Branching](https://learngitbranching.js.org/) - -交互式学习。 +- [Git - 简明指南](http://rogerdudler.github.io/git-guide/index.zh.html) +- [图解 Git](http://marklodato.github.io/visual-git-guide/index-zh-cn.html) +- [廖雪峰 : Git 教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) +- [Learn Git Branching](https://learngitbranching.js.org/) # 集中式与分布式