How do you push your changes to a new remote repository if you created the local repository with “git init”? Most developers probably start their projects using git on their local hard dis… more →
Ivor O'Connordentrassi wrote 3 months ago: Image via Wikipedia A great piece by Martin Fowler on the challenges of code branching and how it is … more →
elliecomputing wrote 3 months ago: Mercurial is a distributed source code control (also known as Hg). ECMerge is a differentiation and … more →
ioconnor wrote 4 months ago: How do you push your changes to a new remote repository if you created the local repository with … more →
elliecomputing wrote 4 months ago: These days we are adding built-in support for Mercurial (aka hg) the distributed version control. Th … more →
msujaws wrote 5 months ago: I’ve just uploaded the source code for the YouTube Playlist Downloader online to Google Code. … more →
Alex Ezell wrote 6 months ago: It’s old news, but, I just recently learned that Python has decided to use Mercurial as their … more →
ioconnor wrote 7 months ago: This is the first installment of several. It addresses how to set it up. Does it really save everyth … more →
ioconnor wrote 7 months ago: What’s the best way to move data between two machines? As in migrating off this laptop and on … more →
rrees wrote 7 months ago: I’m not going to try and make the case for the next generation of DVCS (Git, Bazaar, Mercurial … more →
Bartosz Milewski wrote 8 months ago: I just watched a very interesting video of Linus Torvalds talking about version control systems. No, … more →
fengshaun wrote 8 months ago: getting git running is a bit odd if you don’t know your way around. After some fighting, I fig … more →
crazythinking wrote 9 months ago: I always forget and have to search for the correct order of things here… There are some VCS … more →
James Blackburn wrote 9 months ago: There’s been a lot of noise about GIT and Eclipse recently. Many people would like Eclipse to … more →
kristianr wrote 9 months ago: GIT tracks renames automatically by comparing the content of deleted and added files, but the defaul … more →
kristianr wrote 9 months ago: Here follows two nice lectures about my favorite DVCS, GIT. The first is held by Linus Torvalds. Be … more →
Ali Sabil wrote 10 months ago: Is a total failure: http://kerneltrap.org/mailarchive/git/2008/9/3/3184704 … more →
stuartmarks wrote 11 months ago: I’m a fan of Distributed Version Control Systems (DVCSs). I think the first DVCS was Teamware. … more →
crollo wrote 11 months ago: http://sites.google.com/a/chromium.org/dev/developers/how-tos/mac-detailed-status – the Chromi … more →
fizzatbeyond wrote 11 months ago: For months now when I have some spare time I’ve been playing with the various distributed vers … more →