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: linuxacademy/devops-essentials-sample-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: techscw/devops-essentials-sample-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 16, 2018

  1. 17
    Copy the full SHA
    02fc500 View commit details

Commits on Nov 19, 2018

  1. Merge pull request #1 from techscw/new-feature

    change text to state that devops is awesome
    techscw authored Nov 19, 2018
    Copy the full SHA
    b42782f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/index.html
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
</head>
<body style="background-color: #1A729D;">
<h1 style="font-family: Courier; color: #434342; font-size: 48px; text-align: center;">
DevOps is great!
DevOps is awesome!
</h1>
</body>
</html>
</html>