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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -