From ce29090d94f4443dcc883c0a22d58edf213ee82c Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Thu, 21 Mar 2019 11:57:18 +0800 Subject: [PATCH] =?UTF-8?q?Add=20=E5=BC=80=E5=8F=91=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E5=B7=A5=E5=85=B7-Git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 502e2013..f69f1233 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Java后端技术交流群(限工作一年及以上,群内有免费学习视频 * [备战面试\(Preparing for an interview\)](#备战面试preparing-for-an-interview) * [BATJ真实面经\(BATJ real interview experience\)](#batj真实面经batj-real-interview-experience) * [最常见的Java面试题总结\(Summary of the most common Java interview questions\)](#最常见的java面试题总结summary-of-the-most-common-java-interview-questions) +* [开发常用工具](#开发常用工具) + * [Git](#Git) * [闲谈](#闲谈) * [说明](#说明) @@ -202,6 +204,12 @@ Java后端技术交流群(限工作一年及以上,群内有免费学习视频 * [第三周(2018-08-22)](https://github.com/Snailclimb/Java-Guide/blob/master/Java/这几道Java集合框架面试题几乎必问.md) (Arraylist 与 LinkedList 异同、ArrayList 与 Vector 区别、HashMap的底层实现、HashMap 和 Hashtable 的区别、HashMap 的长度为什么是2的幂次方、HashSet 和 HashMap 区别、ConcurrentHashMap 和 Hashtable 的区别、ConcurrentHashMap线程安全的具体实现方式/底层具体实现、集合框架底层数据结构总结) * [第四周(2018-8-30).md](https://github.com/Snailclimb/Java-Guide/blob/master/EssentialContentForInterview/MostCommonJavaInterviewQuestions/第四周(2018-8-30).md) (主要内容是几道面试常问的多线程基础题。) +## 开发常用工具 + +### Git + +* [Git入门看这一篇就够了](https://github.com/Snailclimb/JavaGuide/blob/master/DevelopCommonTools/GitIntroduce.md) + ## 闲谈 * [选择技术方向都要考虑哪些因素](https://github.com/Snailclimb/Java-Guide/blob/master/闲谈/选择技术方向都要考虑哪些因素.md)