Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: a-metta/react-markdown-previewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: a-metta/react-markdown-previewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh-pages
Choose a head ref

There isn’t anything to compare.

master and gh-pages are entirely different commit histories.

Showing with 20 additions and 0 deletions.
  1. +4 −0 asset-manifest.json
  2. +1 −0 index.html
  3. +14 −0 static/js/main.2b27b965.js
  4. +1 −0 static/js/main.2b27b965.js.map
4 changes: 4 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"main.js": "static/js/main.2b27b965.js",
"main.js.map": "static/js/main.2b27b965.js.map"
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"><title>React App</title></head><body><div id="root"></div><script type="text/javascript" src="/react-markdown-previewer/static/js/main.2b27b965.js"></script></body></html>
Loading