How to synchronize my git repositories (with my own history) with p4 repo (with my own history) but the files in these repositories on HEAD are the same.
I do
git clone git@git.dev.local:qwerty.git
cd qwerty
git p4 sync //path/in/your/perforce/depot
Got this chart

What should I do next?
Also when i do
git p4 rebase
I have this fatal error: Invalid object name HEAD ~ 97
Failed to execute command: git cat-file commit HEAD ~ 97
source
share