git repo force push

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

git repo force push

1,611 次查看
mattweber
Contributor I

Looks like someone force pushed to a couple repos hosted on git.freescale.com for the uboot and linux.  Conflicts where found on master of both uboot (drivers/mmc/mmc.c) and linux (drivers/usb/serial/pl2303.c/h).

For the linux one, hash 6faa2909871d8937cb2f79a10e1b21ffe193fac1 looks like the cause.

Wasn't sure if these repos where suppose to fast forward and never be reset.

0 项奖励
回复
2 回复数

1,557 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello matt weber,

The master branch is the latest source code, and will be used in SDK 1.8 release.

What kind of conflicts did you encounter?

You need to checkout to your required tag or branch (eg.fsl-sdk-v1.7), then apply your own patches.

If you want to use master branch(sdk 1.8), you need to apply your own patches based on the current source code.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,557 次查看
mlweber1
Contributor I

It just looked like commit 6faa2909871d8937cb2f79a10e1b21ffe193fac1 in the linux repo was force pushed.  It's not a big deal, but we noticed it because we mirror the repository for internal use and the fast forward failed.  Maybe your internal development plans to always force push to master, if so disregard this discussion.  I only mention it because it destroys history that's not tagged.

0 项奖励
回复