AdSense

網頁

2019/8/23

Git Bash how to quit git log 如何離開 git log。

在Gig Bash使用git log指令檢視提交紀錄,要退出檢視狀態直接按鍵盤上的Q鍵即可離開。

離開git statusgit diff也是一樣的作法。

這指令來自於linux的less指令。當Git指令輸出的內容超過一頁時,預設使用pager less -FRSX來分頁。


When you use Git Bash and enter git log to check commits history, you can press Q key to exit the check log mode.

This also apply to leave git status and git diff.

This is from linux less command. Git default use pager less -FRSX to paging the output.


參考:

沒有留言:

AdSense