Hi Bob, > My problem is not with making the changes, it's with uploading the > changed files. Unfamiliar with Github as I am, the only way I saw to > upload files is through their "Add file/Upload files" method. This > limits me to 100 files and some small number of MBs per upload. > > This project has 580+ dirs, 4800+ files, and 200+ MB of data. > > Trying to upload an entire directory failed many times for one of the > above reasons, so I had to split the directory into several (sometimes > many) pieces. I don't care to experience that pain again. > > If you know of some trick to speed up the upload process, I'll be glad > to give you the appropriate permissions to do it.
1) $ git clone https://[email protected]/sudleyplace/386MAX (Where GITHUB_PAT holds your personal access token) 2) Run the commands suggested by Jim 3) $ git add . 4) $ git commit -m "clarify copyright and license" (Or whatever message you want to show on GitHub to others) 5) $ git push Cheers, Robert -- BTTR Software https://www.bttr-software.de/ DOS ain't dead https://www.bttr-software.de/forum/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
