I have 2 branches in the git repository: commonand myown.
I want to copy the source from one branch to another branch, but I want the history of the branch to commonhave only a connection related to the migration of objects (from myownto common).
Is it possible to copy a source without a history or is a new repository required?
In addition, you may need to merge from commonbefore myownand after some changes to copy the source code as a new commit (and only like this commit - without the history of all other commits, as I said earlier).
Maxim source
share