Git-技巧积累 查看远程仓库里的所有分支1git branch -r 切换到远程仓库的某个分支12git branch -rgit checkout <remote-branch-name> 关闭 SSL 验证1git config --global http.sslVerify false 检出最初的 commit12git log --reverse --format=%H | head -n 1git checkout .. 以某一个 commit 新建一个 branch1$ git branch NEW_BRANCH_NAME COMMIT_ID checkout 当前 commit 的下一个1git checkout HEAD^ Git Git-技巧积累 http://example.com/2023/01/19/Git-技巧积累/ 作者 Jie 发布于 2023年1月19日 许可协议 mpd-以及-ncmpcpp-的使用 上一篇 BurpSuite-使用-Notes 下一篇 Please enable JavaScript to view the comments