Friday, October 12, 2012

Git: store credentials permanently via helpers

One of drawbacks when using DVCS Git is that one has to enter password every time he connects to remote server (if the server requires auth, of course). When you push frequently, it becomes annoying.
Luckily there's a way to solve the problem by storing credentials in config files. But beware that your passwords might be accessible to other users of the machine!

Wednesday, September 5, 2012

First!

Hello all, it's the first post in my blog where I'm going to write about IT stuff.