F
Fábio Santos
[...]
It's
possible to get git for Windows, including gitk and 'git gui' (not
sure about any other graphical tools, they're the only two I use), but
the most convenient way to use them is from a ported bash.
I must disagree. I used git a lot on windows this past year, on a Console
shell (which is basically a CMD.EXE shell with tabs and appropriate
select/copy/paste) and it was quite useful.
I must although say that I wasn't doing any merges and such. I was just
committing, pushing and diffing to check what I'd done.
I used gitk and the git commands. You can't "git diff" or "git show" or
"git log" because paging will suck terribly. But gitk was a nice substitute
for all that.
YMMV