Posts Tagged ‘Windows’

git client for Windows

Monday, April 21st, 2008

We’re starting to try out git at work to potentially replace Subversion. I’ve been using git for a month or so at home for personal projects, but that’s been on a Mac where git works natively.

At work I have a Windows PC, where git is less comfortable. Obviously if we’re gonna switch to git we all need to be able to use it, so a quick search for Windows clients led me to a couple.

git-cheetah is in development as a TortoiseSVN-style Windows Explorer plug-in. Here’s its readme:

“This is an explorer extension in its infancy.  Do not expect anything to work, unless you are fixing it…”

Not gonna be using that one then.

The other was more promising, msysgit. A quick download and install and while it didn’t manage to make git work in the normal command prompt as promised, its own mini terminal works just fine.

So now I can use git on Windows with only slightly less ease than Linux or Mac by having another console window open.

Control multiple computers with one mouse and keyboard, without a KVM

Thursday, January 24th, 2008

Reading about Thomas Baekdal’s cool new home office setup, one of the comments pointed to a cool app that lets you share your mouse and keyboard with other computers (Windows, Mac and Linux) called Synergy. You basically run a server on the computer that has the mouse and keyboard you want to share, then a client on the other computer(s) and it’s then as simple as moving your mouse off the edge of one screen and onto another.

I’d seen apps doing this just for Macs, but I have a Windows PC and an iMac, so this is great!

No more do I have to use the crappy Mighty Mouse or Mac keyboard (I know it has its fans, but it’s FAR too small for my liking). I was getting ready to order an extra Logitech MX Revolution and MS Natural Ergonomic Keyboard 4000 for use on the Mac so as long as Synergy doesn’t fail me I’ve just saved myself a bunch of money.

Only thing I’ve noticed so far is that it tends to hang briefly every minute or two on the Mac (client), then catches up. Hopefully there’s a bit of config somewhere to help iron this out as that could get annoying.

EDIT: Forgot to mention: it also lets you copy & paste between machines too. Very nifty!