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: MewsSystems/developers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: woody41/developers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 6 commits
  • 23 files changed
  • 1 contributor

Commits on Oct 1, 2019

  1. initial react setup

    unknown committed Oct 1, 2019
    Copy the full SHA
    4bfbcb5 View commit details
  2. gitignore added nbproject for IDE

    unknown committed Oct 1, 2019
    Copy the full SHA
    2b1dea7 View commit details
  3. added components

    unknown committed Oct 1, 2019
    Copy the full SHA
    b2ec303 View commit details

Commits on Oct 6, 2019

  1. react app initial commit

    unknown committed Oct 6, 2019
    Copy the full SHA
    32bc3bc View commit details
  2. table added

    unknown committed Oct 6, 2019
    Copy the full SHA
    27949c9 View commit details
  3. final changes, styles

    unknown committed Oct 6, 2019
    Copy the full SHA
    713d798 View commit details
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -20,3 +20,5 @@
node_modules
bower_components
npm-debug.log
/Frontend/Task/nbproject/private/
nbproject
5 changes: 0 additions & 5 deletions Frontend/Task/app/app.js

This file was deleted.

15 changes: 0 additions & 15 deletions Frontend/Task/app/index.html

This file was deleted.

Loading