Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 git 命令有问题,所以我有多个 git 提交,但没有分支或存储库。
git rebase -i HEAD~# 在包括 master 在内的分支上没有任何错误的提交 ID。
是否仍然可以删除它们?
有点不清楚你的情况是什么,但听起来你想删除一些提交,即使它们没有出现在你的分支上?
如果这是真的,提交位于您的分支之外,它们可能位于 git 临时创建的合并分支上。这是一个和你一样的分支,但并不那么明显。
也许尝试粘贴一些 git status 和 git branch 输出,并提供更多关于您的情况的信息?