I’ve dug through the interwebs all I can, and I can’t for the lack of me find any way of easily stashing or branching locally with perforce.
I know of the git wrapper for perforce, but it really doesn’t seem too well developed or reliable from everything I’ve read about it.
I’ve dug through the interwebs all I can, and I can’t for the lack
Share
Regarding branching, I doubt you can “branch” locally in Perforce, nor could you natively stash.
Regarding branching:
p4 branch” command – also a noun) – these are talked about belowp4 integrate” command to create a new codeline (or branch!) of one or more filesAs mentioned in this introduction to perforce branching, Perforce, being heavily linked to its central depo, need to create the relevant metadata for each files to create a branch.
Git would only write some bits to register the creation of a new branch!
[*] git branches are stored in the
.git/refs/heads/subdirectory