Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 19, 2020
1 parent 82c423c commit d142061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/cpr-gitgraph.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -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,
Expand Down
Binary file modified docs/assets/cpr-gitgraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d142061

Please sign in to comment.