摘要:
参考 https://blog.csdn.net/fightfightfight/article/details/81039050 git cherry-pick 可以理解为”挑拣”提交,它会获取某一个分支的单笔提交,并作为一个新的提交引入到你当前分支上。 当我们需要在本地合入其他分支的提交时,如果 阅读全文
摘要:
经常有时候因为自己的骚操作,比如 git reset HEAD --hard ,或者瞎jb尝试自己不熟的命令导致的各种问题, 或者版本回退了怎么前进到之前的地方等等等等.. 这时候怎么办呢.. 天空一声巨响, git reflog 闪亮登场~~ 接着另一篇博客的合并提交,假如我现在后悔了,该怎么办? 阅读全文
摘要:
参考 https://blog.csdn.net/hj7jay/article/details/78809547 https://blog.csdn.net/yangcs2009/article/details/47166361 接着另一篇日志的背景.. https://www.cnblogs.co 阅读全文
摘要:
参考 https://www.cnblogs.com/pinefantasy/articles/6287147.html https://www.jianshu.com/p/5c9c6383aa36 项目中总用到rebase,一脸懵逼.只知道merge,不用说就能理解. 搜索了rebase的意思 啥 阅读全文