Skip to content

Commit 1a7bde6

Browse files
authored
Merge pull request #1483 from HonkingGoose/bugfix/issue-692
2 parents d16b64a + f1957b1 commit 1a7bde6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,11 @@ Result: OK
787787

788788
==== Summary
789789

790-
This section has covered a number of common workflows for dealing with several very different types of Git projects you're likely to encounter, and introduced a couple of new tools to help you manage this process.
790+
In this section, we covered multiple workflows, and talked about the differences between working as part of a small team on closed-source projects vs contributing to a big public project.
791+
You know to check for white-space errors before committing, and can write a great commit message.
792+
You learned how to format patches, and e-mail them to a developer mailing list.
793+
Dealing with merges was also covered in the context of the different workflows.
794+
You are now well prepared to collaborate on any project.
795+
791796
Next, you'll see how to work the other side of the coin: maintaining a Git project.
792797
You'll learn how to be a benevolent dictator or integration manager.

0 commit comments

Comments
 (0)