brunobrito | 1 year ago | on: Ask HN: Why no one has ever build a better GitHub client?
brunobrito's comments
brunobrito | 2 years ago | on: Ask HN: Black Friday Discounts/Specials
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 years ago | on: Mastering macOS – Tower Blog
brunobrito | 3 years ago | on: Where are my Git UI features from the future?
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 | 3 years ago | on: Where are my Git UI features from the future?
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 | 3 years ago | on: Where are my Git UI features from the future?
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 | 3 years ago | on: Where are my Git UI features from the future?
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 | 3 years ago | on: Ask HN: Any good black Friday deals?
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 | 3 years ago | on: Tower 9 for Mac is here
One can use a file to adjust env variables: https://www.git-tower.com/help/guides/integration/environmen...
brunobrito | 3 years ago | on: Tower 9 for Mac is here
brunobrito | 3 years ago | on: Tower 9 for Mac is here
That's definitely a nice suggestion — I will pass it on to the team.
brunobrito | 3 years ago | on: Tower 9 for Mac is here
brunobrito | 3 years ago | on: Tower 9 for Mac is here
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 | 3 years ago | on: Tower 9 for Mac is here
brunobrito | 3 years ago | on: Tower 9 for Mac is here
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.