Skip to content

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.