How do I download just 2 files from github using command line ? Something in the lines of :
git fetch git://github.com/username/Project.git/file1 git fetch
git checkout
E.g:
git checkout master~2 file1
(git checkout --help for help)
git checkout --help