Changes between Version 2 and Version 3 of GitHowto


Ignore:
Timestamp:
01/04/09 21:44:34 (15 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitHowto

    v2 v3  
    11= Small Howto use our Git Repro = 
     2 
     3== Geting repro == 
     4 
     5=== Developer === 
    26At first:  
    37Every developer should check out the git repository via ssh.. as every other possibility is readonly: 
    48 
     9{{{ 
    510  git clone ssh://midnight-commander.org:2222/git/mc.git 
     11}}} 
    612 
     13=== Anonymous R/O access === 
     14 
     15{{{ 
     16  git clone http://git.midnight-commander.org/mc.git 
     17}}} 
     18or 
     19{{{ 
     20  git clone git://midnight-commander.org/git/mc.git 
     21}}} 
     22 
     23 
     24== Some info about current repro == 
    725There are now several branches, namely: 
    826 * master (testing area)