message no. 173197
Posted by novum in #github at 2019-06-10T19:31:48Z
s'there a way to download a directory from a tag on github. like if I wanted to give instructions for someone to download this dir https://github.com/greensock/GreenSock-JS/tree/157f66fd1999acc0d58041d0a9c6de58bcbbfe5c/src/minified could I easily do that? Or is the best way to just do git clone {url}; git checkout tags/1.15.1; mv GreenSock-JS/src/minified greensock-foo-bar ?