wiki:doc/getSources

Version 2 (modified by andrew_b, 3 years ago) (diff)

Update URLs.

Get the sources

Clone whole repo

Use command:

git git@github.com:MidnightCommander/mc.git

You can also use this command if you has only limited proxy/firewalled connection:

git https://github.com/MidnightCommander/mc.git

That command creates a local copy of source repository on you machine.

Update local repository

Use this command to pull changes from server:

git pull