On 5/18/12, Lars T. Kyllingstad <[email protected]> wrote: > did Git actually turn out to work well on Windows?
Console2+msysgit, and of course a bunch of aliases (.bashrc) to make my life easier: alias cd..='cd ..' alias dir="ls -F" alias cls='clear' alias c:='cd /c/' alias d:='cd /d/' alias e:='cd /e/' There's more aliases, like git-specific commands. Console2 takes care of things like pasting with ctrl+v and having multiple tabs. It works ok this way. :)
