鍵盤快捷鍵
    提交版本
Ctrl + Return : 提交版本提交準備區域中的變更
Ctrl + Shift + Return : Prepare commit message hook
Ctrl + S : 將被選取的項目移入版本提交準備區域
Ctrl + Shift + S : Stage / unstage all files
Alt + A : 將已變更的項目移入版本提交準備區域
Alt + U : 將尚未追蹤其版本的項目移動到版本提交準備區域
Ctrl + U / Alt + Shift + R : 還原尚未移入版本提交準備區域的內容變動
Ctrl + Shift + U : Launch an external editor to edit the selected lines, or the diff hunk beneath the text cursor when nothing is selected, and then revert unstaged changes using the edited diff
Ctrl + Z : 撤銷尚未建立版本提交的內容變動
Ctrl + Shift + M : 合併分支
Alt + M : 修正前一次的版本提交
Ctrl + Shift + C : 挑取(cherry pick)
    操作
Ctrl + B : 建立一個新的分支
Alt + B : 取出分支內容
Ctrl + T : 尋找檔案
Alt + G : 搜尋
Alt + D : 顯示內容差異
Alt + Shift + E : 匯出修正
Alt + Shift + S : 珍藏
Ctrl + Enter : Apply Stash
Ctrl + Backspace : Pop Stash
Ctrl + Shift + Backspace : Drop Stash
Ctrl + Backspace : 刪除未納入版本追蹤的檔案
Alt + Shift + F : 開啟/關閉路徑過濾器
Ctrl + R : 重新整理
? : 顯示鍵盤快捷鍵列表
    編輯
Enter / Ctrl + E : 啟動文字編輯器
空白鍵 : 以系統預設的軟體開啟
Shift + 空白鍵 : 開啟上一層目錄
Ctrl + Alt + C : 複製修訂版的SHA-1雜湊值
Ctrl + Shift + E : 檢視/編輯最近修改過的檔案
Ctrl + # : 將焦點移至指定工具
Ctrl + Shift + # : 顯示或隱藏指定工具
對提交版本工具來說 # 為 1、對版控庫狀態工具來說 # 為 2、對內容差異工具來說 # 為 3,依此類推
Ctrl + Space : Display autocomplete options
    內容差異檢視器
S : 將選取的行移入版本提交準備區域,或是當沒有選取任何行時跟 H 效果相同
Ctrl + Shift + S : Launch an external editor to edit the selected lines, or the diff hunk benath the text cursor when nothing is selected, and then stage the edited diff
Ctrl + D : 使用「git difftool」命令檢視內容差異
Ctrl + F : Search diff for matching text
Ctrl + G : Search diff for the next text match
Ctrl + Shift + G : Search diff for the previous text match
Alt + Shift + C : Copy Diff to clipboard (strips diff +/- prefixes)
Ctrl + Shift + D : 使用「git difftool --dir-diff」命令檢視目錄內容差異
    瀏覽器工具內可進行的操作
Ctrl + Shift + H : 檢視變更紀錄
Ctrl + Shift + D : 與過去版本比較內容差異
    導覽按鍵
H : 向左移動/折疊
J / Alt + J : 向下移動
K / Alt + K : 向下移動
L : 向下移動/展開
Ctrl + J : 將焦點移至內容差異編輯器
Ctrl + K : 將焦點移至板控庫狀態工具
Ctrl + L : 將焦點移至提交變更工具