github

arie

Member
Hi,
I'm wondering how Can I download fom Github only new commits instead of downloading all the release?
I tried to download a full release and use ftp transfer to only upload new files (based on the last modifiction date) but all files extracted from the zip file have a modification date = date of the extract => so all files are uploaded into the ftp.

Any adivse/help ?

I'm on a mac ruuing 10.7 osx and cannot install git soft.
 
What's the issue with installing git on 10.7? I know a couple of folk running it. I think there was an early version of git 1.8 that crashed on 10.7, but (iirc) as of 1.8.4 it should work?

But to answer your question ... the only way of only installing latest commits from git is to run git. That's kind of the point of git. :)

There is a quick command line way to install from the ZIP / tarball, which is in the wiki, assuming OSX has wget and tar.

wget --no-check-certificate https://github.com/Fabrik/fabrik/tarball/joomla3 -O - | tar -zx --strip-components 1

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top