Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 219 Bytes

merging-upstream-changes.md

File metadata and controls

9 lines (7 loc) · 219 Bytes

Merging upstream changes

$ git remote add starterkit https://github.com/ec-europa/subsite-starterkit.git
$ git fetch starterkit
$ git merge starterkit/master

You might need to fix merge conflicts as usual.