I'm using eZ Platform
open source CMS.
The way you start the project is to create it with composer
.
After some work, new version comes out and the only way to update it is to git pull
from github repository, merge it and resolve conflicts.
The whole process is straight forward. Except there is a whole development tree from eZ Plaform available in my own git repo
.
Is there a way to pull latest commit into the head of certain branch (dev) without pulling all the history since beginning?
Basically I'd like to have it like this:
A----B----C----D----E (merge from latest commit on remote branch)
/
F (basically not even having F in my git tree)