git checkout 下一个"未来的"commit
Posted yinhuachen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git checkout 下一个"未来的"commit相关的知识,希望对你有一定的参考价值。
如果可以使用 vscode,安装插件 git graph, 使用图形化git工具,直接观看所有commits log。
右键选中要 checkout 的 commit,然后点击 checkout 即可
如果不能使用 vscode,参考这个回答: https://stackoverflow.com/questions/6759791/how-do-i-move-forward-and-backward-between-commits-in-git
定义 bash 函数,使用简短的命令来 checkout 到 “未来的” commits
以上是关于git checkout 下一个"未来的"commit的主要内容,如果未能解决你的问题,请参考以下文章
Jenkins git checkout 中的“文件名太长”错误
git在windows下切换(checkout)分支拉取(pull)最新代码