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: reakaleek/react-redux-example-application
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reakaleek/react-redux-example-application
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. +1 −0 app.js
  2. +14 −0 index.html
  3. +5 −0 style.css
1 change: 1 addition & 0 deletions app.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>React</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="app">Loading...</div>
<script src="./app.js"></script>
</body>
</html>
5 changes: 5 additions & 0 deletions style.css

Large diffs are not rendered by default.