wget - List the file from remote Git repo -


i want list of files remote git repository , download files based on time stamp.

i have tried command:

wget -r -np https://github.com/<username>/exercise 

but showing file in html format.

when go github view file, click on link "raw" version. can use same link generate others.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -