CIRCABC / EUShare

CIRCABC Share is a simple file exchange tool developed by the European Commission
Other
3 stars 0 forks source link

update to angular 8.2.0 #19

Closed topce closed 5 years ago

topce commented 5 years ago

add some useful commands in package.json change source code in order to compile

catalry commented 5 years ago

Dear Topce,

Thank you for contributing! Can you please update your branch with the latest changes from develop branch?

  1. Add this repo as upstream

    git remote add upstream https://github.com/CIRCABC/EasyShare.git
  2. Fetch from upstream remote

    git fetch upstream
  3. Checkout your develop branch and merge upstream

    git checkout develop
    git merge upstream/develop
  4. Merge develop branch into your branch (assuming its name is updateToAngular820)

    git checkout updateToAngular820
    git rebase develop