Agilité

TwitterFacebook
Get flash to fully experience Pearltrees

Scott Chacon on the Interwebs

August 31, 2011 Issues with git-flow I travel all over the place teaching Git to people and nearly every class and workshop I’ve done recently has asked me what I think about git-flow . I always answer that I think that it’s great – it has taken a system (Git) that has a million possible workflows and documented a well tested, flexible workflow that works for lots of developers in a fairly straightforward manner. It has become something of a standard so that developers can move between projects or companies and be familiar with this standardized workflow. http://scottchacon.com/2011/08/31/github-flow.html
Si vous devez configurer un dépôt privé et que vous désirez faire ça localement, plutôt que d’utiliser un hébergeur, vous avez plusieurs solutions. Accéder au dépôt par SSH En général, la solution la plus simple est d’utiliser simplement Git à travers ssh. Si les utilisateurs ont déjà des comptes ssh sur le serveur, vous pouvez placer le dépôt git n’importe où dans le système auquel ils ont accès et les laisser accéder à ce dépôt grâce à une simple connexion ssh.

Git Book - Configurer un dépôt privé

http://www.alexgirard.com/git-book/4_configurer_un_d%25C3%25A9p%25C3%25B4t_priv%25C3%25A9.html
1 Introduction 1.1 Objectifs de ce document Ce document a pour objectif de servir d'aide-mémoire et de support de formation succinct au logiciel de contrôle de versions Subversion 1 . 1.2 Qu'est-ce que Subversion ? http://dev.nozav.org/intro_svn.html

Introduction à Subversion · dev.nozav.org