Skip to content

Commit

Permalink
feat: Add location of remote/local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Nov 22, 2023
1 parent cf1981e commit d4fa9a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified entries/images/local-vs-remote-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions entries/images/local-vs.remote-repo.puml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@startuml local-vs-remote-repo

title Local and Remote Repositories
agent "Remote Repository" as rr
agent "Developer 1:\nLocal Repository" as lr1
agent "Developer 2:\nLocal Repository" as lr2
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"
lr1 --> rr: Push
Expand Down

0 comments on commit d4fa9a9

Please sign in to comment.