Commit c7a3e32d authored by nvmnghia's avatar nvmnghia

Update README.md

parent 85d0f0b5
Pipeline #145 canceled with stages
...@@ -237,7 +237,7 @@ Git advantage: ...@@ -237,7 +237,7 @@ Git advantage:
graph BT graph BT
classDef dashed stroke-dasharray: 5, 5; classDef dashed stroke-dasharray: 5, 5;
subgraph checkoutbranch subgraph checkout_branch
C1a((C1)); C1a((C1));
C2a((C2)) --> C1a; C2a((C2)) --> C1a;
C3a((C3)) --> C2a; C3a((C3)) --> C2a;
...@@ -255,7 +255,7 @@ Git advantage: ...@@ -255,7 +255,7 @@ Git advantage:
bc(branch) --> C2c; bc(branch) --> C2c;
end end
subgraph move up subgraph move_up
C1m((C1)); C1m((C1));
C2m(("->C2<-")) --> C1m; C2m(("->C2<-")) --> C1m;
bm(branch) --> C2m; bm(branch) --> C2m;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment