= 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 }}}