I am using angular2 seed from here.
https://github.com/mgechev/angular2-seed
i have cloned the project and added my own controllers. The project is a seperate repository.It works fine.
The seed repository is actively updated. Is it possible to get the updates when from the seed repo to my angular2 repo.
now what i am doing is replacing all other folders other than the src folder where i have my code, is there a better way to do this?
@Günter Zöchbauer suggested i do a git merge from upstream repo but in my case i have changed the remote origin, it no more the angular seed repo.