Tower
banner
git-tower.com
Tower
@git-tower.com
The best Git client for Mac & Windows
Download free trial 👉 www.git-tower.com
Pinned
Tower 15 for Mac is now in Beta! 🥳

This update includes:
- Full macOS 26 Tahoe support.
- Automatic Branch Management to keep your repos tidy.
- A new "Fork Point", which indicates the commit where a branch diverged from its parent.

www.git-tower.com/blog/tower-...
Tower 15 for Mac (Beta) — Automatic Branch Management
Tower 15 for Mac introduces Automatic Branch Management and better branch visualization to help you declutter your repository!
www.git-tower.com
⚡ Quick Actions is Tower's version of the Command Palette.

If you're a fan of working with your hands on the keyboard, take a look at all the tasks you can accomplish using this feature!
www.git-tower.com/blog/inside...
Inside Quick Actions
Quick Actions is Tower's version of the Command Palette. Here is everything you need to know about this popular feature, including its origin and capabilities!
www.git-tower.com
November 17, 2025 at 3:23 PM
Ever wanted full control over your Git repositories?

Learn how to self-host @gitea.com on your own VPS with this step-by-step guide, including secure HTTPS setup!

www.git-tower.com/blog/how-to...
How to Install Gitea (with SQLite3 and HTTPS!) on a VPS
Ever wanted full control over your Git repositories? Learn how to self-host Gitea on your own VPS with this step-by-step guide, including secure HTTPS setup!
www.git-tower.com
November 14, 2025 at 11:00 AM
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
November 13, 2025 at 3:00 PM
We have added a new "Workflows" section to git-flow-next 😎

Here you'll find information about each available preset, enabling you to select the one that best suits your project. You can also create your own unique branching workflow!

Check it out 👉 git-flow.sh
November 12, 2025 at 4:00 PM
Tower 15 for Mac (currently in Beta) is fully compatible with macOS 26 Tahoe.

This means we have some shiny new icons for you! 😉
November 11, 2025 at 1:53 PM
We've just released new Betas for both Tower for Mac and Tower for Windows today, featuring numerous improvements.

To find out what's new, visit our Beta page!
www.git-tower.com/beta
Tower Git Client - Get Early Access to the New Tower
Join our Beta Channel to preview the latest Tower improvements for Mac and Windows, and be the first to try out new features!
www.git-tower.com
November 10, 2025 at 2:30 PM
Tower 15 for Mac is coming very soon and is fully compatible with macOS 26 Tahoe.

It's already in beta, so if you'd like to give it a try, just switch to the "Beta" channel in "Preferences > Updates."

More info 👉 www.git-tower.com/beta/mac
November 7, 2025 at 2:00 PM
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
November 6, 2025 at 11:00 AM
Tower 15 for Mac, currently in Beta, makes it easy to visualize fully merged or stale branches 😏

This will help you keep your repositories tidy and uncluttered! 🤩

Learn more about this release 👉 www.git-tower.com/blog/tower-...
November 5, 2025 at 3:00 PM
Tower 10 for Windows, now in beta, introduces @withgraphite.bsky.social support! 🔥

With this update, you can manage your stacked branches and create Pull Requests without ever leaving our Git client.

www.git-tower.com/blog/tower-w...
Tower 10 for Windows — Introducing Graphite Support
Tower 10 introduces Graphite support! With this update, you can now manage your stacked branches and create Pull Requests without ever leaving our Git client.
www.git-tower.com
November 4, 2025 at 12:27 PM
Git has a very powerful search feature! 🕵️

Here's how you can search through your Git commit history by author, commit message, and more using the "git log" command!

www.git-tower.com/learn/git/f...
How to Search for Commits by Author or Message
Learn how to search through your Git commit history by author, commit message, and more using the git log command.
www.git-tower.com
November 3, 2025 at 11:13 AM
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
October 31, 2025 at 2:00 PM
Tower 15 for Mac is now in Beta! 🥳

This update includes:
- Full macOS 26 Tahoe support.
- Automatic Branch Management to keep your repos tidy.
- A new "Fork Point", which indicates the commit where a branch diverged from its parent.

www.git-tower.com/blog/tower-...
Tower 15 for Mac (Beta) — Automatic Branch Management
Tower 15 for Mac introduces Automatic Branch Management and better branch visualization to help you declutter your repository!
www.git-tower.com
October 30, 2025 at 12:56 PM
Beyond "git commit" and "git push", Git has a lot to offer!

Say hello to:
- Git Bisect
- Git Rerere
- Git Attributes
- Git Notes
- Git Worktrees

These are 5 advanced, lesser-known features that are worth exploring!

www.git-tower.com/blog/5-adva...
Beyond “Commit” and “Push”: 5 Advanced Git Features You Should Know
Say hello to Git Bisect, Git Rerere, Git Attributes, Git Notes, and Git Worktree — 5 advanced, lesser-known features that are worth exploring.
www.git-tower.com
October 29, 2025 at 2:00 PM
If you try to rename a file using the terminal or a file manager, you will realize that Git does not track this change.

Luckily, there is a command for such situations. Say hello to "git mv"!

www.git-tower.com/learn/git/f...
October 28, 2025 at 11:00 AM
Unleash the full power of Regular Expressions with our Regex cheat sheet!

Download the high-resolution PDF 👉 www.git-tower.com/learn/cheat...
October 27, 2025 at 4:34 PM
Tower Workflows allows you to create custom workflows or use presets such as Gitflow, GitHub Flow, or Graphite to define the branching strategy that meets your project's needs.

Take a look at everything you can do 👉 www.git-tower.com/features/wo...
October 24, 2025 at 10:30 AM
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
October 23, 2025 at 3:00 PM
Our new open-source tool, git-flow-next, has just received a powerful seal of approval from @nvie.com , the creator of git-flow 🤩

We are honored by Vincent's kind words and are committed to carrying the torch forward! 🙏
October 22, 2025 at 6:14 PM
Here are 7 must-have command-line tools for developers, including Btop for resource monitoring, FD for lightning-fast file finding, ASDF for version management, and Tower's very own git-flow-next! 😉

www.git-tower.com/blog/7-cli-...
October 21, 2025 at 11:28 AM
Markdown is essential for content creation, writing documentation, and composing thoughtful messages to your colleagues.

The best part is that it is incredibly easy to learn!

This 2-page cheat sheet covers everything you need to know 👇
www.git-tower.com/learn/cheat...
October 20, 2025 at 1:45 PM
The Command Line: love it or hate it, it's one of the most important tools for developers.

This guide covers everything you need to know to get comfortable with the terminal: essential commands, shell settings, themes, tools & more!

www.git-tower.com/blog/more-p...
October 17, 2025 at 1:00 PM
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
October 16, 2025 at 9:00 AM
#Hacktoberfest is well underway!

Are you participating this year? Check out our complete guide and start contributing to open source today! 🧑‍💻

www.git-tower.com/blog/hackto...
Tower's Guide to Hacktoberfest
Hacktoberfest is here! Learn how you can contribute to open-source projects with our comprehensive guide, covering all the essential aspects of Git and GitHub.
www.git-tower.com
October 15, 2025 at 3:00 PM
The Git Reflog is like a magical notebook that keeps a record of all the changes you've made! 🧙

Learn how it works and how you can use it to recover lost branches or commits 👇
www.git-tower.com/learn/git/f...
October 14, 2025 at 10:00 AM