For my Perforce to Git migration project, I am creating an empty local
git repo and then running git p4 sync with --branch to bring code from
Perforce into a specific Git branch. I'm going this route because I
need to take two Perforce branches that are similar and put them into
different branches of the same Git repo. One will go into dev and one
in master.

This seems to be working for me so far, but I want to use rebase to
pull new changes in and just realized that --branch isn't a supported
option for rebase. Any way to use git p4 rebase and target a local git
branch other than master?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to