
GIT
Get flash to fully experience Pearltrees
Git For Windows Developers – Git Series – Part 1 | Jason Meridth
UPDATE: I’ve updated the msysgit installation screens so they are more current. Git-1.7.7.1 is the latest one as of this update. The subsequent screens show Git-1.6.3. I assure you that all of the commands in the first three parts of this series will work on 1.6.3. Git For Windows Developers – Git Series – Part 1An Illustrated Guide to Git on Windows
Git - SVN Crash Course
I’ve been a user of Microsoft Visual SourceSafe for a long time. Back in the days of VB5 and 6 it was the obvious choice and continued to be for the first few releases of Visual Studio .NET as well. In the typical environment at the time, it was easy to set up and had pretty good integration with the IDE. I recently started a new project with a new client and was faced with establishing an adequate development environment. We have a two-member development team and the client doesn’t currently have a place for us to sit onsite. We’ll be using Visual Studio 2005 and 2008 for writing web applications, SSIS packages, and database changes.
Understanding Git for SourceSafe users
April 15, 2010 by gforgegroup GForge provides full support for the git SCM (Source Code Management) tool, in addition to SVN and CVS. Unlike SVN and CVS, git is a distributed tool where each user has a copy of the full repository in his or her machine. The basic workflow of git involves committing changes against the local repository and sharing the changes via pull and push operations. Since commits in the local repositories cannot be “seen” by the GForge server, GForge sets up a global, centralized (“bare”) repository where the changes can be pushed to. Setting up your project for git

