Skip to content

Commit 6311d80

Browse files
committed
clean up some files
1 parent cac6022 commit 6311d80

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

git-version.asc

-9
This file was deleted.

proposal.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
**Short description:**
66

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

99
**Long description:**
1010

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

@@ -125,15 +125,7 @@ This book is for all open source developers: you are bound to encounter Git some
125125
e. Migrating to Git
126126
f. A Custom Credential Cache
127127
g. Summary
128-
10. Git in Other Environments
129-
a. Graphical Interfaces
130-
b. Git in Visual Studio
131-
c. Git in Eclipse
132-
d. Git in Bash
133-
e. Git in Zsh
134-
f. Git in Powershell
135-
g. Git in Your Application
136-
11. Git Internals
128+
10. Git Internals
137129
a. Plumbing and Porcelain
138130
b. Git Objects
139131
c. Git References
@@ -143,5 +135,12 @@ This book is for all open source developers: you are bound to encounter Git some
143135
g. Maintenance and Data Recovery
144136
h. Environment Variables
145137
i. Summary
138+
A. Git in Other Environments
139+
a. Graphical Interfaces
140+
b. Git in Visual Studio
141+
c. Git in Eclipse
142+
d. Git in Bash
143+
e. Git in Zsh
144+
f. Git in Powershell
145+
g. Git in Your Application
146146
```
147-

0 commit comments

Comments
 (0)