All hotkeys for Git Tower (Windows)
GeneralOpen new window |
Ctrl + N |
GeneralShow "Quick Open" dialog |
Ctrl + O |
GeneralOpen external diff tool for current view |
Ctrl + D |
GeneralRefresh / reload data |
F5 |
Moving between viewsShow Services view |
Alt + S |
Moving between viewsShow Repositories view |
Alt + R |
Moving between viewsShow Working Copy view |
Ctrl + 1 |
Moving between viewsShow History view |
Ctrl + 2 |
Moving between viewsShow Stashes view |
Ctrl + 3 |
Moving between viewsShow HEAD branch |
Ctrl + 0 |
Working copy & local changesCheck out revision |
Ctrl + ↑ Shift + B |
Working copy & local changesActivate commit dialog |
Ctrl + ↑ Shift + C |
Working copy & local changesConfirm commit dialog |
Ctrl + ⤶ Enter |
Working copy & local changesStage/unstage selected file(s) |
Space |
Working copy & local changesStage all current changes |
Ctrl + ↑ Shift + A |
Working copy & local changesSave to Stash |
Ctrl + S |
Working copy & local changesApply Stash |
Ctrl + ↑ Shift + S |
Working copy & local changesDiscard local changes in selected file |
Del |
Working copy & local changesShow / hide non-modified files (i.e. all of the project's files) |
Alt + ↑ Shift + M |
Working copy & local changesShow / hide ignored files |
Alt + ↑ Shift + I |
Working copy & local changesShow / hide files that are marked "assume-unchanged" |
Alt + ↑ Shift + U |
Remote interactions & commit historyFetch |
Ctrl + F |
Remote interactions & commit historyPull |
Ctrl + P |
Remote interactions & commit historyPush HEAD |
Ctrl + U |
Remote interactions & commit historyShow / hide commit tree graph |
Ctrl + G |
Remote interactions & commit historyCopy SHA-1 hashes of selected commits to clipboard |
Ctrl + C |
Remote interactions & commit historyExpand all diffs in changeset |
Ctrl + → |
Remote interactions & commit historyCollapse all diffs in changeset |
Ctrl + ← |
Merging & RebasingMerge |
Ctrl + M |
Merging & RebasingRebase |
Ctrl + R |
Creating branches & tagsCreate new branch |
Ctrl + B |
Creating branches & tagsCreate new tag |
Ctrl + ↑ Shift + T |