Skip to content

Commit 011ed7a

Browse files
committed
Update to Markdown
1 parent cb43f6f commit 011ed7a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

proposal renamed to proposal.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
1-
Title: Pro Git (Second Edition)
1+
**Title:** Pro Git (Second Edition)
22

3-
Authors: Scott Chacon and Ben Straub
3+
**Authors:** Scott Chacon and Ben Straub
44

5-
Short description:
5+
**Short description:**
66

77
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.
88

9-
Long description:
9+
**Long description:**
1010

1111
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.
1212

1313
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.
1414

1515
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.
1616

17+
## What You’ll Learn
1718

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
1926

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
2928

3029
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.
3130

3231

33-
Short Table of Contents
32+
## Short Table of Contents
3433

3534
1. Getting Started
3635
2. Git Basics
@@ -44,8 +43,9 @@ Short Table of Contents
4443
10. Git in Other Environments
4544
11. Git Internals
4645

47-
Expanded Table of Contents:
46+
## Expanded Table of Contents:
4847

48+
```
4949
1. Getting Started
5050
a. About Version Control
5151
b. A Short History of Git
@@ -143,5 +143,5 @@ Expanded Table of Contents:
143143
g. Maintenance and Data Recovery
144144
h. Environment Variables
145145
i. Summary
146-
146+
```
147147

0 commit comments

Comments
 (0)