How can I sync my git repos (with own history) to p4 repo (with own history) but files in this repos on HEAD is the same.
I do
git clone git@git.dev.local:qwerty.git
cd qwerty
git p4 sync //path/in/your/perforce/depot
Got this graph
What should I do next ?
Also When I do
git p4 rebase
I have got this error
fatal: Not a valid object name HEAD~97
Command failed: git cat-file commit HEAD~97