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 log。它显示了一个日志列表,但似乎因为它很长,终端没有显示所有内容。在日志下方 :,当我按下回车键时,我可以看到更多日志。
git log
:
如何终止命令,并显示运行另一个命令的提示。
根据我的搜索,我意识到ctrl+c应该使用它,但它对我不起作用。我试图进入!,它停止了该任务,我返回到$. 但我不确定这是正确的方式,因为当被击中时!,从 ./a/b/c 将我移动到 ./a/b/
ctrl+c
!
$
您可以按该键q(对于quit),它应该带您到提示符。
请看这个链接。