Advertisement ยท 728 ร— 90
#
Hashtag
#gittowertips
Advertisement ยท 728 ร— 90

Did you know? ๐Ÿค”

Our "Search" functionality lets you filter commits by:

- File
- Date
- Author
- Message
- Commit Hash

The best part is that you can combine these filters!

#gittowertips

0 0 0 0

Did you know? ๐Ÿค”

You can press the SPACEBAR to stage the currently selected file.

If you prefer, you can visit the "Preferences" window and set it to "Quick Look" the file instead.

#gittowertips

0 0 0 0

Did you know? ๐Ÿค”

You can use Quick Actions (โŒ˜ + โ‡ง + A) to quickly access all the commits that affected a specific file.

Simply type the file's name and choose "Show File History".

#gittowertips

0 0 0 0

Did you know? ๐Ÿค”

You can pin your favorite branches for improved accessibility.

Simply right-click any branch and select the "Pin [BRANCH]" option.

#gittowertips

0 0 0 0

Did you know? ๐Ÿค”

To quickly AMEND the previous commit, press the โŒฅ key. The "Commit" button will transform into "Amend" and the last commit message will automatically fill the message text field.

#gittowertips

0 0 0 0
Video

TOWER TIP ๐Ÿ”ฅ

By holding down the โŒฅ key, you can skip the dialogues and perform a QUICK Fetch, Pull, Push, Merge, or Rebase with the default values.

#gittowertips

1 0 0 0
Video

Did you know? ๐Ÿค”

If you're on a Mac, creating a Pull Request can be as easy as drag and drop!

In the sidebar, simply drag the desired branch onto the "Pull Requests" workspace view.

Alternatively, you can press โŒ˜ + โŒƒ + P.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

You can use Quick Actions (โŒ˜ + โ‡ง + A) to quickly access all the commits that affected a specific file.

Simply type the file's name and choose "Show File History".

#gittowertips

1 0 0 0
Video

Did you know? ๐Ÿค”

For lightning fast commits, memorize these 3 keyboard shortcuts:

- โŒ˜ + โ‡ง + E to stage all current changes.
- โŒ˜ + โ‡ง + C to activate the commit dialog.
- โŒ˜ + โŽ to add that commit to the commit history.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

To create precise, granular commits, click and drag to select the lines you wish to stage.

You can then review the number of staged lines or chunks by clicking on "Staged".

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

Snapshots are stashes that are automatically reapplied to the working copy โ€” quite handy when you want to quickly try out an idea!

You can create full or partial snapshots. Your current state will be safely stored in the "Stashes" view.

#gittowertips

1 0 0 0
Video

Did you know? ๐Ÿค”

You can quickly jump to a different view by pressing CMD (CTRL on Windows) + the number of the workspace item.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

You can pin your favorite branches for improved accessibility.

Simply right-click any branch and select the "Pin [BRANCH]" option.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

To SQUASH multiple commits into a single one, simply click and drag one commit to another.

Hold the โŒฅ key to FIXUP commits instead.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

In Tower for Mac, you can press CMD+SHIFT+C to activate the commit dialog.

This keyboard combination works from all views, so you can quickly add a commit from anywhere.

#gittowertips

0 1 0 0
Video

Did you know? ๐Ÿค”

Tower can help you in writing a better commit message. Try typing the following:

- "\" to insert a file name
- "#" to address an issue
- "c:" to reference a commit
- "::" to add an emoji (for Gitmoji)

Too much? Simply type "/" to get a list of all commands.

#gittowertips

1 0 0 0
Video

Did you know? ๐Ÿค”

By default, Tower shows you just the modified files in a list view, but you can examine all your project files by selecting "View as Tree" and "Show Non-Modified Items".

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

Our "Search" functionality lets you filter commits by:

- File
- Date
- Author
- Message
- Commit Hash

The best part is that you can combine these filters. Here's an example!

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

To quickly AMEND the previous commit, press the โŒฅ key (or hold CTRL+ALT on Windows). The "Commit" button will transform into "Amend" and the last commit message will automatically fill the message text field.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

By holding down the โŒฅ key, you can skip the dialogues and perform a QUICK Fetch, Pull, Push, Merge, or Rebase with the default values.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

If you're on a Mac, creating a Pull Request can be as easy as drag and drop!

In the sidebar, simply drag the desired branch onto the "Pull Requests" workspace view.

Alternatively, you can press โŒ˜ + โŒƒ + P.

#gittowertips

1 0 0 0
Video

Did you know? ๐Ÿค”

You can use Quick Actions (โŒ˜ + โ‡ง + A) to quickly access all the commits that affected a specific file.

Simply type the file's name and choose "Show File History".

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

For lightning fast commits, memorize these 3 keyboard shortcuts:

- โŒ˜ + โ‡ง + E to stage all current changes.
- โŒ˜ + โ‡ง + C to activate the commit dialog.
- โŒ˜ + โŽ to add that commit to the commit history.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

To create precise, granular commits, click and drag to select the lines you wish to stage.

You can then review the number of staged lines or chunks by clicking on "Staged".

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

Snapshots are stashes that are automatically reapplied to the working copy โ€” quite handy when you want to quickly try out an idea!

You can create full or partial snapshots. Your current state will be safely stored in the "Stashes" view.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

You can press the SPACEBAR to stage the currently selected file.

If you prefer, you can visit the "Preferences" window and set it to "Quick Look" the file instead.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

You can quickly jump to a different view by pressing CMD (CTRL on Windows) + the number of the workspace item.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

You can pin your favorite branches for improved accessibility.

Simply right-click any branch and select the "Pin [BRANCH]" option.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

To SQUASH multiple commits into a single one, simply click and drag one commit to another.

Hold the โŒฅ key to FIXUP commits instead.

#gittowertips

0 0 0 0
Video

Did you know? ๐Ÿค”

Tower can help you in writing a better commit message. Try typing the following:

- "\" to insert a file name
- "#" to address an issue
- "c:" to reference a commit
- "::" to add an emoji (for Gitmoji)

Too much? Simply type "/" to get a list of all commands.

#gittowertips

0 0 0 0