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

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

javascript - Add class to another page attribute using URL id - Jquery -

IF statement in MySQL trigger -