HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brunobrito

38 karmajoined 5 lat temu
Bruno is the Content Marketing Developer of Tower, the popular Git desktop client that helps more than 100,000 developers around the world.

Submissions

[untitled]

1 points·by brunobrito·2 godziny temu·0 comments

[untitled]

1 points·by brunobrito·14 dni temu·0 comments

[untitled]

1 points·by brunobrito·3 miesiące temu·0 comments

[untitled]

1 points·by brunobrito·8 miesięcy temu·0 comments

Git-flow-next for advanced Git workflows [video]

youtube.com
5 points·by brunobrito·10 miesięcy temu·0 comments

Tower 14 for Mac – Custom Git Workflows

youtube.com
1 points·by brunobrito·11 miesięcy temu·0 comments

How to Exclude Commits from Git Blame

git-tower.com
2 points·by brunobrito·w zeszłym roku·0 comments

[untitled]

1 points·by brunobrito·2 lata temu·0 comments

[untitled]

1 points·by brunobrito·2 lata temu·0 comments

[untitled]

1 points·by brunobrito·3 lata temu·0 comments

[untitled]

1 points·by brunobrito·3 lata temu·0 comments

[untitled]

1 points·by brunobrito·3 lata temu·0 comments

How to Improve Performance in Git: The Complete Guide – Tower Blog

git-tower.com
6 points·by brunobrito·3 lata temu·0 comments

Mastering macOS – Tower Blog

git-tower.com
4 points·by brunobrito·3 lata temu·2 comments

How to Write the Perfect Commit Message – Tower Blog

git-tower.com
4 points·by brunobrito·4 lata temu·1 comments

Tower 9 for Mac is here

git-tower.com
26 points·by brunobrito·4 lata temu·47 comments

comments

brunobrito
·2 lata temu·discuss
Would love to know what you found disappointing in Tower!
brunobrito
·3 lata temu·discuss
Here are some nice deals that caught my eye:

Desktop apps:

- 1 year of Setapp on StackSocial (https://www.stacksocial.com/sales/setapp-personal-mac-plan-1...) for $68 with coupon SAVEBIG20

- Tower (https://www.git-tower.com/), my favorite Git client, is 50% off

- Kaleidoscope (https://kaleidoscope.app), my favorite diff tool, is 40% off with code BLACKFRIDAY23

- Proxyman (https://proxyman.io/) is 30% off with code PROXYMAN_BLACKFRIDAY_2023

- DevUtils (https://devutils.com/) is 50% off

- MindMac (https://mindmac.app/index.html) is 55% off

Some other nice deals I found:

- Trickster (https://www.apparentsoft.com/trickster) is 50% off (very useful to quickly access recently modified files)

- Pixelmator Pro (https://www.pixelmator.com/pro/) and the Affinity bundle (https://affinity.serif.com/) are 50% off

- Workspaces (https://www.apptorium.com/workspaces) is 40% off (useful to launch multiple apps, files, and websites linked to a project)

- Sensei (https://cindori.com/sensei) is 50% off

Also:

- Tailwind-UI + Refactoring UI Bundle (https://tailwindui.com/all-access) for $229 (30% off)

- GoRails (https://gorails.com/) - the annual plan is 36% off

Regarding the GH repos you mentioned, these list many other deals:

- https://github.com/mRs-/Black-Friday-Deals

- https://github.com/twf-nikhila/Awesome-Black-Friday-Cyber-Mo...

- https://github.com/trungdq88/Awesome-Black-Friday-Cyber-Mond...
brunobrito
·3 lata temu·discuss
Yeah, it's so powerful! I use it every day for image conversions and I feel like I'm just scratching the surface with it...
brunobrito
·4 lata temu·discuss
Thank you for mentioning Tower! I would just like to add that Tower 9 also included many improvements around the merge/rebase experience, including an Instant Conflict Detection that should satisfy the "preview" workflow mentioned.

Here's an example: https://imgur.com/a/VCkqrBI

More info here: https://www.git-tower.com/blog/tower-mac-9/#1-merge-improvem...
brunobrito
·4 lata temu·discuss
You can also do this with Tower — here's an example: https://imgur.com/a/fVPZJL1

I work at Tower and I recently put together a "Tower versus Sourcetree" comparison page (there are many features that Sourcetree is missing): https://www.git-tower.com/compare/sourcetree/

I hope you give Tower a try! :)
brunobrito
·4 lata temu·discuss
Tower offers an "Instant Conflict Detection" feature that should be right up your alley (I work at Tower, a Git client for Mac and Windows).

It will let you know in advance if conflicts will occur when merging another branch or revision (by merging, rebasing, or pulling). Here's an example: https://imgur.com/a/VCkqrBI

You can learn more about Tower's Merge Improvements here https://www.git-tower.com/blog/tower-mac-9/#1-merge-improvem...

I hope you give Tower a try!
brunobrito
·4 lata temu·discuss
Thanks for posting this interesting article. I work at Tower (Git client for Mac and Windows) so I feel compelled to chime in! :)

Becoming more productive with Git is one of our main goals, and I'm happy to state that most of the operations you address are already included in Tower (apart from "sync", which we will think about internally).

As for the others you mentioned:

reword - you can edit any commit message from the currently checked out branch by right-clicking the intended commit and selecting "Edit Commit Message"

Example: https://imgur.com/a/kexC8uW

split - you can edit any commit from the currently checked out branch by right-clicking the intended commit and selecting "Edit Commit". You will then be able to reform that revision into one or more new commits.

Example: https://imgur.com/a/NFkT4nS

preview - Tower offers an "Instant Conflict Detection" feature that will let you know in advance if conflicts will occur when merging another branch or revision (by merging, rebasing, or pulling). Our latest major update was focused heavily on creating a better merge experience and you can also see the number of unresolved conflicts that you still need to resolve (with a progress bar being shown in case of a rebase). If you mess things up, you can also undo the latest operation or abort the Merge/Rebase operation altogether.

Example: https://imgur.com/a/VCkqrBI

You can learn more about Tower's Merge Improvements here https://www.git-tower.com/blog/tower-mac-9/#1-merge-improvem...

undo - you can undo pretty much any operation with CMD+Z (or CTRL+Z on Windows). This includes not only commits, branch creation/deletion but also more complex operations like merges, rebases, and even file discards (which is not something Git actually supports).

You can learn more about Tower's Undo here https://www.git-tower.com/features/undo/

large-load - Tower works well with large repos. We do build caches on first run, so the initial run might indeed take longer to display very large sets of data (e.g. 10k+ tags).

large-ops - We designed Tower from the ground up to remain responsive when doing any kind of operation. All commands run asynchronously, so you can e.g. push a branch and immediately checkout another branch simultaneously.

I hope you give Tower a try in the near future — feel free to get in touch with us if some other question pops up.
brunobrito
·4 lata temu·discuss
Some apps I really like are on sale. Here are some suggestions:

Web Development:

- ProxyMan - https://proxyman.io/ — web debugging proxy (30% off the first year)

- Tower - https://www.git-tower.com/ — powerful Git Client (50% off the first year)

- DevUtils - https://devutils.com/ — set of small developer tools (50% off)

For overall productivity:

- BetterTouchTool - https://folivora.ai/ — customize input devices (50% off)

- Trickster - https://www.apparentsoft.com/trickster — handy to access recent files (50% off)

For images/screen capturing:

- Affinity Suite - https://affinity.serif.com/ — (40% off for the Universal License)

A great alternative to Adobe's suite. Version 2 is fresh from the oven. Affinity Photo = Photoshop, Affinity Designer = Illustrator, Affinity Publisher = InDesign. The Universal License includes Mac, Windows, and iPadOS apps.

- Xnapper - https://xnapper.com — Screenshot tool (50% off)

- ScreenFlow - https://www.telestream.net/screenflow/overview.htm — Screencast tool (20% off)
brunobrito
·4 lata temu·discuss
We do support environment variables, though not through the UI yet — it’s on our top priority list.

One can use a file to adjust env variables: https://www.git-tower.com/help/guides/integration/environmen...
brunobrito
·4 lata temu·discuss
We're sorry to see you go! I would love to know what went wrong, if you ever find the time — just email bruno + our domain name.
brunobrito
·4 lata temu·discuss
Glad the transition was smooth (for the most part)! Thank you for trying out a new version of Tower.

That's definitely a nice suggestion — I will pass it on to the team.
brunobrito
·4 lata temu·discuss
Thank you for your suggestion! I have edited my comment and will keep that in mind for the future. Also, thank you for your support — if you'd like to give the new features a try and you run into any issues, just let us know.
brunobrito
·4 lata temu·discuss
I'm not very familiar with how Jetbrains products handle Git — if it has everything you're looking for, I understand it can be a hard sell.

Most of our users enjoy Tower's ease of use, with features such as drag and drop to perform most tasks (including rebasing, cherry-picking, etc) or the possibility to undo pretty much everything (probably my favorite feature: https://www.git-tower.com/features/undo/mac). Many complex Git actions (e.g.: branch comparison or solving merging conflicts) are very simple to perform in Tower.

If you ever find the time, I suggest you give our trial version a shot!
brunobrito
·4 lata temu·discuss
Yes, that's understandable. But we still prefer to make it clear to everyone.
brunobrito
·4 lata temu·discuss
Tower 9 for Mac has just been released. This 4-minute video covers everything you should know: https://youtu.be/CuCCGSlBkis

Here's what's new — I'll be here if you have any questions!

1. Merge Improvements:

- Merge UI: indicates the number of unresolved conflicts between two branches. Files now show badges depending on their status and it’s possible to view only conflicted files.

- Instant Conflict Detection: when merging, the dialog will instantly let you know if conflicts will occur.

- Restore Unmerged Versions of Files: developers can rollback accidental actions.

- It is now possible to create empty commits (or skip them entirely) and edit commit messages after resolving conflicts.

2. Diffing improvements:

- Auto-Expand Diffs in Changesets (you can set it to never, always, or for a number of items).

- Large Diff Warnings (you can adjust the threshold in the Preferences, default is 20 kb).

3. New Features:

- Snapshots: stashes that are automatically re-applied to the working copy (to quickly carry on with your work).

- Reveal any commit, branch, or tag in Tower's "History" view.

This is a free update for existing Tower users with a current subscription. New users can download a free 30-day trial.

Also: Tower is free for students, teachers, educational institutions and non-profit organizations.