From 2b966c47cac1e07717ca6270047f4b7262d26c63 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Jul 2021 10:16:53 +0700 Subject: Add image --- static/images/git-pr.png | Bin 0 -> 16907 bytes static/images/git-pr.uml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 static/images/git-pr.png create mode 100644 static/images/git-pr.uml (limited to 'static') diff --git a/static/images/git-pr.png b/static/images/git-pr.png new file mode 100644 index 0000000..4febbd8 Binary files /dev/null and b/static/images/git-pr.png differ diff --git a/static/images/git-pr.uml b/static/images/git-pr.uml new file mode 100644 index 0000000..23eeaf9 --- /dev/null +++ b/static/images/git-pr.uml @@ -0,0 +1,20 @@ +@startuml + +node "Maintainer's remote" as remote_a +node "Contributor's remote" as remote_b +node "Maintainer's local" as local_a +node "Contributor's local" as local_b + +actor Maintainer as a +actor Contributor as b + +remote_a <----> local_a +remote_b <----> local_b + +remote_a ----> local_b : "Fetch upstream" +remote_b ----> local_a : "Merge PR" + +local_a -- a +local_b -- b + +@enduml -- cgit 1.4.1