On Tuesday, 11 September 2012 03:39:18 UTC+1, dmanexe wrote: > > Hello, I am rolling out a git solution for one of my clients, but they're > running Windows and I cannot think of a good GUI git client for Windows. > The client wants to use git, and wants a GUI client, but doesn't want to > pick what software they're using. Does anyone have a recommendation? Bonus > points for something open-source, but I am open to some paid solutions too. >
Over and about the git tools others mentions I'd also suggest getting Notepad++ as the default editor as I'm sure many Windows users don't want the Vim/Emacs experience just yet. Importantly you can set some configuration variable so that it pops up in a nice single window (various Stackoverflow answers: http://stackoverflow.com/a/2486342/717355 http://stackoverflow.com/a/10842899/717355 and possibly http://stackoverflow.com/questions/4778882/how-to-launch-and-edit-a-file-from-git-using-notepad ). I certainly find it useful to have it in my core config. Philip -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/DiuPDVbGiOEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
