- 博客(3)
- 收藏
- 关注
原创 git的常用操作(个人)
***git冲突解决 1.git stash 2.git pull 3.git stash pop stash@{0} 冲突则打开文件差分 ***git提交到评审分支 git push origin HEAD:refs/for/分支名 ***git查找每行代码提交记录 git blame -L 100,105 main.cpp ***git切回文件版本 checkout 对应版本。格式为 git checkout <hash> ...
2022-05-19 11:00:32
374
原创 M1am架构 XCode运行x86的程序后,无法进入调试模式报错,程序与代码无联系,
左上角点击苹果/关于本机/存储空间/管理/应用程序/xcode/双击Xcode/右键进入显示简介/勾选Rosetta打开/重新启动xcode/完美解决 1、正确图例 2、如果程序运行起来无上图小方块,说明无法进入调试模式 ...
2022-04-29 10:49:34
445
1
原创 解决git未指定冲突处理方法的问题 - hint: Pulling without specifying how to reconcile divergent branches ishint: di
git config pull.rebase false hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config
2022-04-27 17:35:12
501
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人