Top "Git-p4" questions

The git p4 command provides a way to interact with p4 repositories using git.

p4merge error [GIT]

I am trying to use p4merge with git but I am getting: Error starting p4merge: "path/myFile" is (…

git perforce git-p4 p4merge
Getting the whole files history with git-p4

As I've mentioned in a previous question, I'm looking into migrating our source control from Perforce to git. Looking around, …

git migration perforce git-p4
How to clone branch with git-p4?

I did: git p4 clone //depot/path/to/project/trunk/@all project to create the master branch of project. Now …

git-p4
Git: Is there an equivalent to hg strip?

I have a repo where I made a change that is causing merge hell and I'd like to pretend it …

git mercurial git-p4