Wow, people generally dislike change, but the level of negativity in the comments there suggests that these changes really are bad.
Yeah, it got bad shockingly fast. Question though: does anyone really use SourceTree? I've tried using it like 5 different times and it's just so convoluted. It's very ugly, non-intuitive, and doesn't have a lot of features that people use with Git. On Windows I usually grab Tortoise, and on Mac I use Tower. Tower has some limitations and it gets crashy every now and then, but geez they make using a UI worth it. I ge…
New SourceTree is here
11–20 of 100 posts
Re: New SourceTree is here
#12Still waiting for showing all repositories on the left hand side so I don't need to iterate through ten different windows whenever I'm looking to commit something. Edit: Some commenters mentioned SmartGit and GitKraken. Anyone here actually use them?
WRT your "still waiting", SmartGit does list all your repos in one panel in the main window, and you can select any of them to work on without switching windows. When you view the log for a repo it opens in a new window, but you can do most work directly in the main window.
One thing about SmartGit is it's definitely not a "dumbed down" GUI - for most of what I do it feels more powerful than the Git command line, not less.
SmartGit is a commercial product if you use it for commercial work (it does have a 30 day trial), or free for noncommercial work.
Re: New SourceTree is here
#13Wow, people generally dislike change, but the level of negativity in the comments there suggests that these changes really are bad.
Yeah, it got bad shockingly fast. Question though: does anyone really use SourceTree? I've tried using it like 5 different times and it's just so convoluted. It's very ugly, non-intuitive, and doesn't have a lot of features that people use with Git. On Windows I usually grab Tortoise, and on Mac I use Tower. Tower has some limitations and it gets crashy every now and then, but geez they make using a UI worth it. I ge…
The biggest downside for me is the inability to easily browse the state of a repo at a given commit, like I could with TortoiseHG. I keep around GitExtensions for some of that history browsing. Also, the security software installed on my work machine insists on inspecting new processes for validation, which unfortunately doesn't play well with ST spawning multiple git.exe process trees. Always pegs my CPU and slows things down. Performance is reasonable on other machines, though.
Overall, I find it a useful and valuable tool. I just wish they'd make real improvements instead of this "replace a perfectly acceptable UI with a bunch of unreadable gray lines" nonsense they just pulled. I'm sticking with 1.6.25.
Re: New SourceTree is here
#14Re: New SourceTree is here
#15Re: New SourceTree is here
#16I'm a huge SourceTree fan - I use it exclusively for Git, but I won't be upgrading until these obvious UX problems have been addressed.
Edit: Also, why do the OS X and Windows versions look so different?!? The buttons aren't even in the same places!
Edit 2: I don't like how negative I was in my initial post. I'm going to give it a try, maybe I'll be surprised.
Edit 3: So I just opened it up.. I think the spacing has been improved substantially. Individual components feel more polished, certainly. The biggest problem though is that the entire app feels like it's defocused because it's all grey. The only colour in the entire application comes from the pale blue used to colour the folders. Pretty lame. The whole UI just feels very drab now. Other than the lack of colour though, it looks better.
Re: New SourceTree is here
#17Side topic here: Anyone noticed how bad Git-LFS is? We've been using it in production for dataset versioning and noticed that it's not even at a beta stage, perhaps pre-alpha. It gets corrupted by it's own volition at random, working seamlessly for a day then suddenly 'git clone' will fail repeatedly, until the repository is rolled back, or it magically fixes itself. I don't understand how it got integrated into Gith…
Re: New SourceTree is here
#18Re: New SourceTree is here
#19Wow, people generally dislike change, but the level of negativity in the comments there suggests that these changes really are bad.
Yeah, it got bad shockingly fast. Question though: does anyone really use SourceTree? I've tried using it like 5 different times and it's just so convoluted. It's very ugly, non-intuitive, and doesn't have a lot of features that people use with Git. On Windows I usually grab Tortoise, and on Mac I use Tower. Tower has some limitations and it gets crashy every now and then, but geez they make using a UI worth it. I ge…
I use it daily, for work and personal projects. Mainly like the fact that I can instantly see the changes in files and unstage/stage only the relevant changes for the commit. I sometimes keep temp code around for weeks without issues because I can easily just _not_ commit it.