= Get the sources = == Clone whole repo == Use command: {{{ git clone git://midnight-commander.org/git/mc.git }}} You can also use this command if you has only limited proxy/firewalled connection: {{{ git clone http://git.midnight-commander.org/mc.git }}} === Mirrors === You also can clone repo from the mirrors: ==== repo.or.cz ==== {{{ git clone git://repo.or.cz/midnight-commander.git }}} if you has only limited proxy/firewalled connection: {{{ git clone http://repo.or.cz/r/midnight-commander.git }}} That command create local copy of source repository on you machine. == Update local repository == Use this command to pull changes from server: {{{ git pull }}}