Live data from Hacker News

Tower 2

git-tower.com

31–40 of 75 posts

Re: Tower 2

#31
post #28

Must be tough selling something GitHub gives away for free...

I don't think so. I use Windows and I paid 79$ for SmartGit.

http://www.syntevo.com/smartgithg/purchase

Git is great but when I am using it 50 times a day, I want to use a UI which lets me focus on my work and as they say, let me avoid the sharp edges. I would be more than happy to pay 59$ for Tower 2. Alas, it's not available on Windows.

Re: Tower 2

#32
post #22

Would there be any use for this tool if you already know your way around the git command line?

I learned git form the command line and it's still my go-to, but sometimes it's nice to have a higher level view of where you are in the repo, both the current commit and tree generally. Especially if I'm working through a big commit or merge, it's nice to see where I am in conflict resolution, etc.

Re: Tower 2

#33

That video was extremely well done. http://www.youtube.com/watch?v=cyyuqf1m-2E For a moment, it made me want to ditch Windows and migrate to Mac just to use this client. Personal favorite, being able to see up stream commits without actually applying them on your local branch. I currently use SmartGIT on Windows and I am sort-of-happy with it. I wonder why no one is trying to create a killer Git client on Windows.

> I wonder why no one is trying to create a killer Git client on Windows.

I'd bet the majority of Windows developers use Microsoft technologies, preferring TFS over Git. While there are less Mac users, they're all your target market.

Re: Tower 2

#34

Earlier quoted context omitted.

Oh, or try staging parts of a file on the command line... http://git-tower.com/help/mac/working-copy/stage-changes

git add -p, although its main problem is that you can only select chunks, not separate lines. Actually I see that Tower has that same issue. IIRC Github for Mac allows you to select individual lines, even in the same chunk.

> git add -p, although its main problem is that you can only select chunks, not separate lines.

Typing "e" will let you edit the chunk. Then you can get as fine grained as you like.

Personally, I use Emacs and commit-patch [1].

[1] http://porkrind.org/commit-patch

Re: Tower 2

#35

Earlier quoted context omitted.

Oh, or try staging parts of a file on the command line... http://git-tower.com/help/mac/working-copy/stage-changes

git add -p, although its main problem is that you can only select chunks, not separate lines. Actually I see that Tower has that same issue. IIRC Github for Mac allows you to select individual lines, even in the same chunk.

you can select individual lines in Tower, as well.

Re: Tower 2

#37
Errors on purchase page are not encouraging:

Notice: Undefined index: body style="background-color: white; color: black; font-size: 10pt; font-family: 'lucida grande', verdana, arial, helvetica, sans-serif;"> in /kunden/281288_70176/apps/website_tower/releases/9b6ba7f1-20142207090452/www/lib/pricing.php on line 192

Re: Tower 2

#38

Great customer service too. When Tower was first released at the end of 2010, I asked for a feature (multiple windows) but they said it wasn't part of their plan for the UI. Anyway, this morning I got an email from them to specifically tell me that the feature I asked for was in version 2. They'd bothered to go back through 3 and a half years of support tickets to find customers who would benefit from the new release…

I'm assuming you're not involved in the tracking of tasks and releases in your job ? Because linking support ticket / customer to a task, and a set of tasks to a release, is a very common and regular feature of task tracking.

I'm not saying it's not awesome that they contacted you and others like that, it's the rare kind of great marketing that benefits both sides, but I certainly do hope that a company working in their field would know to use proper dev tools and not "go back though 3 and a half years of support tickets to find customers".

(I have no idea why there aren't more companies doing it)

Re: Tower 2

#39
post #37

Errors on purchase page are not encouraging: Notice: Undefined index: body style="background-color: white; color: black; font-size: 10pt; font-family: 'lucida grande', verdana, arial, helvetica, sans-serif;"> in /kunden/281288_70176/apps/website_tower/releases/9b6ba7f1-20142207090452/www/lib/pricing.php on line 192

Agreed. I've used Tower since one of the earliest releases and was ready to pull out my credit card before even reading what the new features were.

Meh.

Re: Tower 2

#40
post #38

Great customer service too. When Tower was first released at the end of 2010, I asked for a feature (multiple windows) but they said it wasn't part of their plan for the UI. Anyway, this morning I got an email from them to specifically tell me that the feature I asked for was in version 2. They'd bothered to go back through 3 and a half years of support tickets to find customers who would benefit from the new release…

I'm assuming you're not involved in the tracking of tasks and releases in your job ? Because linking support ticket / customer to a task, and a set of tasks to a release, is a very common and regular feature of task tracking. I'm not saying it's not awesome that they contacted you and others like that, it's the rare kind of great marketing that benefits both sides, but I certainly do hope that a company working in th…

Because it is hard and costly to have a system that does that effectively, and harder and more costly to actually maintain integrity in that system over time.

It IS impressive to be doing this, at least once you're past the stage of having a few guys doing customer support.

Building an integration between a CRM and a backlog/bug tracker has some complexity. Maintaining that over several years and proactively contacting requesters back is impressive. At least in my world. :)

Post reply on HN