Mue*_*ito 1 git perforce git-p4
在我当前的设置中,在 Perforce 仓库中所做的所有更改都迁移到了 git 存储库。转移是一种方式,总是从 Perforce 到 git,而不是相反。使用git p4 clone
将 depot 复制到新的 git repo没有问题,但是,我现在正在尝试使用git p4 sync
,并且我的 repo 没有更新。
当我运行时git p4 sync
,它确实显示了从 Perforce depot 导入新更改的状态消息。如果我再次运行该命令,它会说一切都是最新的。我的master
分支没有更改,并且我的存储库中没有列出任何其他分支或远程(例如使用git branch -v
和git remote -v
。我如何检查这些更改?
(使用git version 2.3.2 (Apple Git-55)
)。