Susan Potter
###

DVCS

Unlike centralized systems, DVCS empowers developers by providing each team member with their own complete copy of the entire code repository. This distributed nature brings numerous advantages, enabling developers to work offline, branch and merge code effortlessly, and collaborate seamlessly with their peers across different locations.


2011-08
Talk Distributed Developer Workflows using Git

This meetup I will be walking the audience through how to setup, configure and maintain distributed development workflows using Git (the distributed VCS developers either love or hate). Much of the …

2007-01
Software SCM: The Next Generation

Have you heard of Darcs or Git? Many developers are familiar with traditional version control systems like Subversion and CVS, but the next generation of source control management will be distributed …