You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposal.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,35 @@
1
-
Title: Pro Git (Second Edition)
1
+
**Title:** Pro Git (Second Edition)
2
2
3
-
Authors: Scott Chacon and Ben Straub
3
+
**Authors:** Scott Chacon and Ben Straub
4
4
5
-
Short description:
5
+
**Short description:**
6
6
7
7
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro.
8
8
9
-
Long description:
9
+
**Long description:**
10
10
11
11
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro.
12
12
13
13
Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need.
14
14
15
15
Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.
16
16
17
+
## What You’ll Learn
17
18
18
-
What You’ll Learn
19
+
* Effectively use Git, either as a programmer or a project leader
20
+
* Become a fluent Git user
21
+
* Master branching, using Git on the server, and on other systems
22
+
* Integrate Git in your development workflow
23
+
* Migrate programming projects from other SCMs to Git
24
+
* Extend Git for your personal project needs
25
+
* Effectively use GitHub
19
26
20
-
• Effectively use Git, either as a programmer or a project leader
21
-
• Become a fluent Git user
22
-
• Master branching, using Git on the server, and on other systems
23
-
• Integrate Git in your development workflow
24
-
• Migrate programming projects from other SCMs to Git
25
-
• Extend Git for your personal project needs
26
-
• Effectively use GitHub
27
-
28
-
Who This Book Is For
27
+
## Who This Book Is For
29
28
30
29
This book is for all open source developers: you are bound to encounter Git somewhere in the course of your working life. Proprietary software developers will appreciate Git’s enormous scalability, since it is used for the Linux project, which comprises thousands of developers and testers.
0 commit comments