Version 2 (modified by andrew_b, 4 years ago) (diff) |
---|
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