Skip to content

Commit e8a4885

Browse files
committed
fix typo in ch. 5, sec. Contributing
1 parent 68dcb55 commit e8a4885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Jessica Smith (2):
554554
1 files changed, 9 insertions(+), 1 deletions(-)
555555
-----
556556

557-
The output can be sent to the maintainerit tells them where the work was branched from, summarizes the commits, and tells where to pull this work from.
557+
The output can be sent to the maintainerit tells them where the work was branched from, summarizes the commits, and tells where to pull this work from.
558558

559559
On a project for which you're not the maintainer, it's generally easier to have a branch like `master` always track `origin/master` and to do your work in topic branches that you can easily discard if they're rejected.
560560
Having work themes isolated into topic branches also makes it easier for you to rebase your work if the tip of the main repository has moved in the meantime and your commits no longer apply cleanly.

0 commit comments

Comments
 (0)