Changes between Version 1 and Version 2 of doc/getSources
- Timestamp:
- 02/07/21 18:06:46 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/getSources
v1 v2 5 5 Use command: 6 6 {{{ 7 git clone git://midnight-commander.org/git/mc.git7 git git@github.com:MidnightCommander/mc.git 8 8 }}} 9 9 10 10 You can also use this command if you has only limited proxy/firewalled connection: 11 11 {{{ 12 git clone http://git.midnight-commander.org/mc.git12 git https://github.com/MidnightCommander/mc.git 13 13 }}} 14 14 15 === Mirrors === 16 17 18 You also can clone repo from the mirrors: 19 20 ==== repo.or.cz ==== 21 {{{ 22 git clone git://repo.or.cz/midnight-commander.git 23 }}} 24 if you has only limited proxy/firewalled connection: 25 {{{ 26 git clone http://repo.or.cz/r/midnight-commander.git 27 }}} 28 29 That command create local copy of source repository on you machine. 15 That command creates a local copy of source repository on you machine. 30 16 31 17 == Update local repository ==