Ayende @ Rahien

Unnatural acts on source code

Git warning signs

This is what made me leave Subversion:

image

Grr!

Tags:

Posted By: Ayende Rahien

Published at

Originally posted at

Comments

Kelly Bourg
09/04/2009 04:39 PM by
Kelly Bourg

Are you using Windows 7?

Rafal
09/04/2009 05:09 PM by
Rafal

Heh who said new version control system must be better than the old one? You have exchanged known annoyances for a bunch of new ones

mausch
09/04/2009 05:26 PM by
mausch

Yeah, git-gui and gitk do hang every now and then (at least on Windows). There's no perfect gui (yet) but I'm currently settling for a mix of git-gui (with several custom "tools"), gitk and TortoiseGit. Especially TortoiseGit's rebase is great.

Paul
09/04/2009 06:10 PM by
Paul

The Windows support for Git is very much an afterthought so you are better off sticking to the command line tools. I doubt the situation will improve much until we get a version written with Windows support in mind (maybe GitSharp when it matures?)

Even with the problems of using Git on Windows it is still my favorite SCM tool :)

Mario A Chavez
09/04/2009 06:13 PM by
Mario A Chavez

Don't use a gui, none is good enough, I found command line to be very easy to work with git.

Stuart Carnie
09/04/2009 10:51 PM by
Stuart Carnie

I do a lot of git from the command line too, since so many actions are just one command - it is well worth the effort to learn them.

Aaron Jensen
09/04/2009 11:37 PM by
Aaron Jensen

Yea, wish sucks in windows. This is probably the biggest issue w/ git in windows. That said, it's fairly infrequent and you can safely end task and relaunch... annoying but it's not keeping you from doing your work (like waiting for a remote diff)

Comments have been closed on this topic.