Skip to content

Commit 074ccb0

Browse files
committed
Rename centralized.png in chapter 5
The name clashes with the chapter 1. This fixes #217
1 parent 8b9e021 commit 074ccb0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ One central hub, or repository, can accept code, and everyone synchronizes their
1515
A number of developers are nodes – consumers of that hub – and synchronize to that one place.
1616

1717
.Centralized workflow.
18-
image::images/centralized.png[Centralized workflow.]
18+
image::images/centralized_workflow.png[Centralized workflow.]
1919

2020
This means that if two developers clone from the hub and both make changes, the first developer to push their changes back up can do so with no problems.
2121
The second developer must merge in the first one's work before pushing changes up, so as not to overwrite the first developer's changes.

0 commit comments

Comments
 (0)