TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SourceTree now has 650,000+ MAUs

48 pointsby gitdudeover 10 years ago

8 comments

flurdyover 10 years ago
I do find SourceTree to be an important part of my toolset. For minor commits and status I use the command line, but whenever I need to work on something important on a large project I like the overview a GUI can give. Especially when I decide to juggle razor blades with interactive rebases and cherry picks. Though I still have to dive into the reflog occasionally... :)<p>And stree makes it so easy. The easy hunk inclusion is excellent etc. Whenever I spot a dodgy commit by someone they usually have done it via command line and not checked properly what they are including in the commit.<p>I just wished they would make a linux client for the 50% Im on my linux box. I tried a lot of alternatives: Tower, GitG, SmartGit, etc. Whilst admirable they are either too basic, not polished enough or lack some basic feature I depend on. Hopefully they will get better or Atlassian releases a Linux client.
评论 #9108964 未加载
mcmillionover 10 years ago
SourceTree went downhill after the last major UI overhaul and never really recovered. I used to love it for more involved commits (picking apart lines and hunks, etc), but now it&#x27;s slow and clunky, even on nice hardware.
评论 #9107617 未加载
评论 #9107400 未加载
评论 #9108140 未加载
cstuderover 10 years ago
I feel like SourceTree actually only maps every Git command with a button, nothing more.<p>Contrast this with Github for Windows&#x2F;Github for Mac. These applications are trying to make getting startet with Git easy. If you&#x27;re using Git with a GUI, that&#x27;s the way to go, not with a toolbar full of obscure buttons.
评论 #9108385 未加载
评论 #9108747 未加载
评论 #9107796 未加载
coreymgilmoreover 10 years ago
I find Sourcetree to be a pretty great product, with some negative marks here and there. I use it on W7 and OSX and find the &quot;tabbed&quot; interface of Windows versus the separate windows of OSX much easier to work with, especially on large products.<p>Some issues I have: - The app does have some lag at times. I really wish the app would update with local changes and remote changes much faster. Commits can also take some time. - I know how to use the application, but it could really use some better explanation&#x2F;help around some features. For example, how to set up SSH keys and how branch&#x2F;merge&#x2F;stash&#x2F;tag work. This would make Sourcetree much easier to learn for new users.
rikkusover 10 years ago
I&#x27;m finding I work well with TortoiseHG. I&#x27;ve tried SourceTree but haven&#x27;t seen any advantage to it. Is there something special which might make it worth learning?
drewmateover 10 years ago
I don&#x27;t have much experience with SourceTree, but I&#x27;ve found SmartGit&#x2F;Hg to be a great UI for dealing with git repos. It handles my ssh keys (and even windows auth for TFS) like a champ, and has a really great view for looking at the logs of different branches and merging.<p>For someone who spends some time every day in git, the license was well worth it.
simplestyleover 10 years ago
How does SourceTree compare to gitx? I&#x27;ve still to find a suitable alternative to gitx, which is light-weight, lets me visualize branches, and stage hunks. That&#x27;s really all I need in a git gui.
jtwebmanover 10 years ago
It is crazy they still don&#x27;t have a Linux version!