Live data from Hacker News

Tower 2

git-tower.com

1–10 of 75 posts

Re: Tower 2

#2
A third-party git GUI that defaults to exposing the staging area by default and provides nicely granular tool for commit composition? I am impressed.

Only sad thing is i can't usefully try it out, being on Windows.

Re: Tower 2

#3
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.

Re: Tower 2

#4

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.

[deleted]

Re: Tower 2

#6
In case you are wondering: Yes there's way to upgrade your 1.x licence (€25 + tax), just navigate through the buy process and it'll give you an option to select that. I was searching for that on the landing page but couldn't find anything.

Re: Tower 2

#7

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.

Because there is already one: SourceTree (which is also available for OS X).

Re: Tower 2

#8

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.

try sourcetree from atlassian

Re: Tower 2

#9
Can I squash commits and interactive rebase generally? These are pretty important to having a clean commit history, ie:

  'Add foo'
rather than:

  'Add foo' 
  'Small tweak to foo'
  'Fix forgetting to enable foo'
Post reply on HN