将远程git仓库的master重置到某一个位置

比如要重置到e3f1e37,

git checkout mastergit reset --hard e3f1e37git push --force origin master
这样就好了。

评论

此博客中的热门博文

使__attribute__((annotate("xxx")))能作用于OC函数

viewWillAppear不执行的解决办法

iOS中使用xpc/xpc.h