====================================== Git Tower (Windows) keyboard shortcuts ====================================== First published at 2/4/2018 on https://defkey.com/git-tower-shortcuts Tower is a Git client for Windows and Mac. It allows to use Git version control service under nice-looking and powerful interface. Git Tower (Windows) has 32 shortcuts and we have listed all of them below. General ------- Ctrl + N Open new window Ctrl + O Show "Quick Open" dialog Ctrl + D Open external diff tool for current view F5 Refresh / reload data Moving between views -------------------- Alt + S Show Services view Alt + R Show Repositories view Ctrl + 1 Show Working Copy view Ctrl + 2 Show History view Ctrl + 3 Show Stashes view Ctrl + 0 Show HEAD branch Working copy & local changes ---------------------------- Ctrl + Shift + B Check out revision Ctrl + Shift + C Activate commit dialog Ctrl + Enter Confirm commit dialog Space Stage/unstage selected file(s) Ctrl + Shift + A Stage all current changes Ctrl + S Save to Stash Ctrl + Shift + S Apply Stash Del Discard local changes in selected file Alt + Shift + M Show / hide non-modified files (i.e. all of the project's files) Alt + Shift + I Show / hide ignored files Alt + Shift + U Show / hide files that are marked "assume-unchanged" Remote interactions & commit history ------------------------------------ Ctrl + F Fetch Ctrl + P Pull Ctrl + U Push HEAD Ctrl + G Show / hide commit tree graph Ctrl + C Copy SHA-1 hashes of selected commits to clipboard Ctrl + Right arrow Expand all diffs in changeset Ctrl + Left arrow Collapse all diffs in changeset Merging & Rebasing ------------------ Ctrl + M Merge Ctrl + R Rebase Creating branches & tags ------------------------ Ctrl + B Create new branch Ctrl + Shift + T Create new tag Last modified on(UTC): Monday, November 11, 2019 Defkey © All rights reserved.