How do I download a propeller project from the new Git repo?
AwesomeCronk
Posts: 1,055
I would like to know if there is a way to download an entire project at once from Parallax's GitHub. For example, Mother of all LED sequencers. Can I pull the files of just that object to my PC using Git?
Comments
In the mean time, go to
http://obex.parallax.com/object/399
to get the zip file.
Also, if I had to recommend a GUI tool, TortoiseGit is great, in that it provides almost every Git command right in your context menu. The diff viewer is also excellent.
Once you have cloned a repository you can retrieve updates by fetching (retrieve updates without integrating them into your working tree) or pulling (retrieve updates and integrate them into your working tree). If proper Git workflows are followed you almost always just use pull.
https://learngitbranching.js.org/ is a good interactive tutorial for learning the basics of Git.
Thank you for your input. I will definitely follow your link and dig into git deeper!
There is a Clone or Download button (green) and you can download the whole thing in a zip. The zip file is only 111MB, so it should only take a few seconds.
Then you can browse that for the files you want.