[OT] Windows users: Are you happy with git?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri May 18 23:49:22 PDT 2012


On 5/18/12, Lars T. Kyllingstad <public at kyllingen.net> 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. :)


More information about the Digitalmars-d mailing list