Changes between Initial Version and Version 1 of GitHowto


Ignore:
Timestamp:
01/04/09 16:20:52 (16 years ago)
Author:
winnie
Comment:

First paragraph of the small Howto

Legend:

Unmodified
Added
Removed
Modified
  • GitHowto

    v1 v1  
     1= Small Howto use our Git Repro = 
     2At first:  
     3Every developer should check out the git repository via ssh.. as every other possibility is readonly: 
     4 
     5  git clone ssh://midnight-commander.org:2222/git/mc.git 
     6 
     7There are now several branches, namely: 
     8 * master (testing area) 
     9 * stable (from this branch we do the releases, only stable code) 
     10 * mc-ru-fork (code from a former fork, which should be integrated) 
     11 * utf-8 (a utf8 patch applied) 
     12 
     13Our workflow is splitted up in four parts:  
     14 
     15 * Creating the patch 
     16 * Discussing the patch 
     17 * Applying the patch to master 
     18 * Moving the patch after testing to stable 
     19 
     20== Creating the patch == 
     21 
     22 
     23 
     24 
     25