Ce tutoriel fait suite au précédent tutoriel sur l'intérêt de l'utilisation d'un système de version. Vous apprendrez donc comment utiliser Github pour héberger vos projets fonctionnant avec Git. Vous apprendrez donc comment "forker" un projet existant et comment publier votre propre projet.
English tutorial : A simple movie showing how to setup yout git to work on an windows OS - as an friend of mine had a hard time doing this. Sorry for a little confusion about the folder locations - it's been a long time since I've been using win and this video was not really "prepared" ;-)
Of course, it's a whole lot better to use an gnu/linux system and I'd urge you to do so!
This english video tutorial from Ryan Farley in the Git for the SalesLogix Developer Series covers using an existing Git repository. After the initial repository has been set up, other developers can use that repository by following the steps outlined in this video.
Conference in english : Linus Torvalds visits Google to share his thoughts on git, the source control management system
In this english webcast, Git evangelist Scott Chacon covers the basics of the Git source control system. He'll introduce the audience to Git basics: staging and committing snapshots, viewing the commit log, pushing to and pulling from servers, and creating, switching between, and merging branches.
Finally he'll quickly cover a few more advanced features - code annotation, advanced log options and possibly more, time permitting.
This video in english, will show you how to install Git and get it working under windows. It is easy and effective. Another video will be created to show how to use Git Extensions so that Git can integrate with VS.NET
English tutorial : Subversion is an open source revision control software which is designed to be a modern replacement of CVS. Using SVN you will be able to checkout/import modules, update/commit changes to the repository under Windows/Linux.
English tutorial : Subversion is an open source revision control software which is designed to be a modern replacement of CVS. Using SVN you will be able to checkout/import modules, update/commit changes to the repository under Windows/Linux.
In Part 4 of this four part english tutorial video, Steven Ledford discusses how to use Subversion (SVN). Topics discussed are checkout, update, merge, and resolve conflicts.
In Part 3 of this four part english tutorial video, Steven Ledford discusses how to use Subversion (SVN). Topics discussed are checkout, update, merge, and resolve conflicts.