Skip to content

Commit

Permalink
docs: ✏️ Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 11, 2023
1 parent 3def950 commit 86a989e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entries/images/local-vs.remote-repo.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ agent "Remote Repository\n(Location: GitHub/GitLab)" as rr
agent "Local Repository\n(Location: Developer 1's computer)" as lr1
agent "Local Repository\n(Developer 2's computer)" as lr2

rr -->lr1: "Clone\nPull"
rr -->lr1: "Clone\nor Pull"
lr1 --> rr: Push
lr1 --> lr1: "Add\nCommit"

rr -->lr2: "Clone\nPull"
rr -->lr2: "Clone\nor Pull"
lr2 --> rr: Push
lr2 --> lr2: "Add\nCommit"

Expand Down

0 comments on commit 86a989e

Please sign in to comment.