Developer ToolsShortcutsWindows

32 Git Tower Keyboard Shortcuts

Download Git Tower Shortcuts PDF

Learn Git Tower Shortcuts for Windows & Mac

Most Used Git Tower Shortcuts

Action Git Tower Shortcuts Windows Git Tower Shortcuts Mac
Open new window Ctrl + N Command + N
Show the “Quick Open” dialog Ctrl + O Command + O
Open the external diff tool for the current view Ctrl + D Command + D
Refresh/reload data F5 F5
Show Services view Alt + S Option + S
Show Repositories view Alt + R Option + R
Show Working Copy view Ctrl + 1 Command + 1
Show History view Ctrl + 2 Command + 2
Show Stashes view Ctrl + 3 Command + 3
Show HEAD branch Ctrl + 0 Command + 0
Check out revision Ctrl + Shift + B Command + Shift + B
Activate commit dialog Ctrl + Shift + C Command + Shift + C
Confirm commit dialog Ctrl + Enter Command + Enter
Stage/unstage selected file(s) Spacebar Spacebar
Stage all current changes Ctrl + Shift + A Command + Shift + A
Save to Stash Ctrl + S Command + S
Apply Stash Ctrl + Shift + S Command + Shift + S
Discard local changes in the selected file Delete Delete
Show/hide non-modified files (i.e. all of the project’s files) Alt + Shift + M Option + Shift + M
Show/hide ignored files Alt + Shift + I Option + Shift + I
Show/hide files that are marked “assume-unchanged” Alt + Shift + U Option + Shift + U
Fetch Ctrl + F Command + F
Pull Ctrl + P Command + P
Push HEAD Ctrl + U Command + U
Show/hide commit tree graph Ctrl + G Command + G
Copy SHA-1 hashes of selected commits to the clipboard Ctrl + C Command + C
Expand all diffs in the changeset Ctrl + Right Arrow key Command + Right Arrow key
Collapse all diffs in the changeset Ctrl + Left Arrow key Command + Left Arrow key
Merge Ctrl + M Command + M
Rebase Ctrl + R Command + R
Create new branch Ctrl + B Command + B
Create new tag Ctrl + Shift + T Command + Shift + T

READ NEXT:

Devil

Hello, my name is Pratik, and I am the founder of Tutorial Tactic. Mistakes are essential for learning, and Tutorial Tactic is here to help you stand strong, learn even more, and achieve success!

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button