background preloader

Gestionnaire de version

Facebook Twitter

Mercurial SCM. Git. Dive into Git. Git est un logiciel de gestion de versions (VCS, pour Version Control System) décentralisé créé par Linus Torvalds.

Dive into Git

C'est un outil très puissant et populaire. Il est notamment utilisé pour le développement du noyau Linux (et bien d'autres projets célèbres). Il est d'ailleurs tellement apprécié que les développeurs du noyau se demandent aujourd'hui comment ils ont pu s'en passer quand il n'existait pas encore. A successful Git branching model » nvie.com. Note of reflection (March 5, 2020)This model was conceived in 2010, now more than 10 years ago, and not very long after Git itself came into being.

A successful Git branching model » nvie.com

In those 10 years, git-flow (the branching model laid out in this article) has become hugely popular in many a software team to the point where people have started treating it like a standard of sorts — but unfortunately also as a dogma or panacea.During those 10 years, Git itself has taken the world by a storm, and the most popular type of software that is being developed with Git is shifting more towards web apps — at least in my filter bubble. Web apps are typically continuously delivered, not rolled back, and you don't have to support multiple versions of the software running in the wild.This is not the class of software that I had in mind when I wrote the blog post 10 years ago.

Why git? Code School - Try Git. Git Tutorial. Git Immersion - Brought to you by Neo. Top 10 Git Tutorials for Beginners. Pro-git. Apache Subversion. TortoiseSVN. Gestion de versions avec Subversion.