tags:

views:

121

answers:

1

i've been experimenting with git as my personal code rep.. and it has been a bit of a disaster with windows.

i've used Subversion, CVS, and Perforce in the past.. none were as annoying to use as git.

i've figured out the PGP part (for github), although my workstation no longer lets me check in, and after searching around it turns out that git bash is using putty which is not that reliable and should be configured with something else..

i was not able to configure it with windows shell extension for a nice visual of what is part of the repository, what is modified, and easy check ins, and easy pushes..

has anyone successfully configured some kind of windows shell client and can efficiently and quickly synchronize various machines?

It just seems to be more pain to use than it is worth..

+5  A: 

I use http://code.google.com/p/msysgit/ to great success. I get a nice cygwin bash shell. And even git gui works just fine.

I avoid all shell extensions (except for git-bash shell here, which is trivial) the vast majority of easy things can be achieved from git gui and gitk

Sam Saffron
+1. Never had a problem using msysgit.
Jason Punyon
+1 me either. except the usual line ending issues that you get with cross platform development.
Evan Plaice
@Evan yerp I forgot to mention that, the line ending one can bite you hard big time.
Sam Saffron
msysgit works great. I particularily like the fact that they have a "portable" version, as I have an aversion to installing things.
mfperzel