git hub

budlight

Member
Joined
Oct 5, 2007
Messages
81
Reaction score
1
Points
8
Dumb question:

How do I download a macro off of git hub and it transfers in a structured format? I have tried all the ways I can think of and it comes over as in book format not line by line format?

Any help?

thanks
 
Clone it (that will give you all of them in a zip), or for individual files, click the file, and when it shows it all formatted that way, right click the Raw button and save Save Link As


htw
 
you can also download git bash or git desktop and clone into the repository then just git pull/git fetch to download the latest versions via app or command line.