linus beard best beard
< still no git cause dun wanna get forced to assign license or they automatically do etc
git isn’t just Github, there are multiple other platforms and can self host your own server
ye but that would waste more time then just manually doing it lol
even after server is setup on a local machine
running command to update those files on the server(probably same machine) vs cp into a backup dir/part, as its already in place with all necessary resources,
like if notice a typo/some bug whatever, i just edit the .c hit compile and im done, if i like the change back it/sources up if it gets royally fucced(never happened yet lel) have the backup i can copy back the old known good version
doesnt happen cause usually do version control anytime do a major revision/try a different approach to some problem will just save it as #+1 leaving the original in place
instead of like… submit possible new version, merge/download entire thing then compile that to try it, the commit/remove the old shit for only the new one after?