Live data from Hacker News

Introducing SourceTree for Windows – a free desktop client for Git

blog.bitbucket.org

111–113 of 113 posts

Re: Introducing SourceTree for Windows – a free desktop client for Git

#111

I'm pretty new at git and only use github. Why should I use this over the official github client? The official app is pretty easy to use and makes sense to me.

I can't think of any reason why you couldn't use both. I haven't used this windows client yet, but on the mac it has quite a few features that really make it worth your while. I still commit and manage git from the command line mostly, but its worth the price of admission just for the graphs and diffs alone.

What do you get that gitk doesn't give you?

Re: Introducing SourceTree for Windows – a free desktop client for Git

#112
post #97

Earlier quoted context omitted.

>You're missing out on a few git features then. Including diff, which I forgot, what else do you use everyday?

log, branch, merge, mv, rm, status, fetch, reset Some more that aren't used everyday, but certainly quite often

Oh, can't believe I forgot to include status.

Re: Introducing SourceTree for Windows – a free desktop client for Git

#113
post #109

Earlier quoted context omitted.

Gee, I hope your hard drive keeps spinning, or you'll have a mess on your hands. I think I take the opposite approach. I try to have the most easy-to-reproduce dev (and just general use) environment possible.

Unless I am doing very heavy weight development work all of my dev envs are in VMware Worktstation virtual machines. So flexible to work with and I can archive off the whole devenv with the project once complete knowing I can just load it back up in a few minutes if I need to in the future. Bliss.

Same here. So if my tower blows up for whatever reason, I can be up and running by installing VMware and loading my basic environment image from a backup. Pull down the latest code and I'm good to go.
Post reply on HN