Domenico on August 26th, 2010

People learning Git usually realize very soon that it can make a lot easier their daily development tasks and collaboration with other developers. This is true even for people proficient with traditional version control systems (like SVN), that lack the advanced branching and merging functionalities typical of modern DVCSes. You can be even more productive […]

Continue reading about More fun with Git

Domenico on July 29th, 2010

Repos-tools is the newborn in theSaguaros’ open source projects. Really it is just a php script, runnable from the shell, to manage your code repositories, doing things on all of them at once. For instance, to stay up-to-date with the changes made by others just run: repost pull Currently it can handle Git, Subversion and […]

Continue reading about Meet repos-tools