32 Git Tower Keyboard Shortcuts

Learn Git Tower Shortcuts for Windows & Mac

Most Used Git Tower Shortcuts

ActionGit Tower Shortcuts WindowsGit Tower Shortcuts Mac
Open new windowCtrl + NCommand + N
Show the “Quick Open” dialogCtrl + OCommand + O
Open the external diff tool for the current viewCtrl + DCommand + D
Refresh/reload dataF5F5
Show Services viewAlt + SOption + S
Show Repositories viewAlt + ROption + R
Show Working Copy viewCtrl + 1Command + 1
Show History viewCtrl + 2Command + 2
Show Stashes viewCtrl + 3Command + 3
Show HEAD branchCtrl + 0Command + 0
Check out revisionCtrl + Shift + BCommand + Shift + B
Activate commit dialogCtrl + Shift + CCommand + Shift + C
Confirm commit dialogCtrl + EnterCommand + Enter
Stage/unstage selected file(s)SpacebarSpacebar
Stage all current changesCtrl + Shift + ACommand + Shift + A
Save to StashCtrl + SCommand + S
Apply StashCtrl + Shift + SCommand + Shift + S
Discard local changes in the selected fileDeleteDelete
Show/hide non-modified files (i.e. all of the project’s files)Alt + Shift + MOption + Shift + M
Show/hide ignored filesAlt + Shift + IOption + Shift + I
Show/hide files that are marked “assume-unchanged”Alt + Shift + UOption + Shift + U
FetchCtrl + FCommand + F
PullCtrl + PCommand + P
Push HEADCtrl + UCommand + U
Show/hide commit tree graphCtrl + GCommand + G
Copy SHA-1 hashes of selected commits to the clipboardCtrl + CCommand + C
Expand all diffs in the changesetCtrl + Right Arrow keyCommand + Right Arrow key
Collapse all diffs in the changesetCtrl + Left Arrow keyCommand + Left Arrow key
MergeCtrl + MCommand + M
RebaseCtrl + RCommand + R
Create new branchCtrl + BCommand + B
Create new tagCtrl + Shift + TCommand + Shift + T

READ NEXT:

Back to top button