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'
Tower 2
11–20 of 75 posts
Re: Tower 2
#12That 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
#13How does it compare to SourceTree, which is free?
Re: Tower 2
#14I hate when people post things to HN and then the dour crowd posts a bunch of negative crap about it, but I honestly haven't found anything in my scant 20 minutes with it that is giving me the urge to want to fork the $30 to upgrade. I don't really need to drag and drop stuff to branch and push. I understand english pretty well, so I get what "Resolve using mine" means. Otherwise, they kind of look pretty similar to each other, except that it's a bit easier to see what's going on with SourceTree.
I don't know, I raved about Tower before I gave SourceTree a good go. SourceTree's UI has made giant leaps since then and I don't see anything in Tower that's easier to do than SourceTree. Also, the UI feels a little too "large" to me somehow, it's not comfortable at all.
Re: Tower 2
#15Re: Tower 2
#16Re: Tower 2
#17Is there an option to automatically merge --non-ff a feature branch into development? "Finish feature" seems to use just merge
Re: Tower 2
#18Is there an option to automatically merge --non-ff a feature branch into development? "Finish feature" seems to use just merge
In the standard "Merge" dialog (see toolbar button), the option "Always generate merge commit" will make sure the merge is --no-ff.
Re: Tower 2
#19That 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
#20How does it compare to SourceTree, which is free?
https://www.evernote.com/shard/s218/sh/755a2a30-db64-4378-bc...
I'm not sure why it's showing the submodule folders as something I need to commit.
I prefer the combined view that SourceTree has of changed files with your branch history. In Tower 2, they seem to be separated.
I do like the breadcrumb trail for going into submodules though. SourceTree opens it as a separate window, which I find annoying.