Update documentation

This commit is contained in:
Peter Evans 2020-08-19 18:29:04 +09:00
parent 82c423c73b
commit d14206169d
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
const localMaster = gitgraph.branch("<#1> master (local)");
localMaster.commit({
subject: "<uncommitted changes>",
body: "Changes made to the local base during the workflow",
body: "Changes to the local base during the workflow",
})
const remotePatch = gitgraph.branch("create-pull-request/patch");
remotePatch.merge({
@ -49,7 +49,7 @@
const localMaster2 = gitgraph.branch("<#2> master (local)");
localMaster2.commit({
subject: "<uncommitted changes>",
body: "Changes made to the updated local base during the workflow",
body: "Changes to the updated local base during the workflow",
})
remotePatch.merge({
branch: localMaster2,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 109 KiB