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