>don't use git>zip the whole project when it's time to make a major change>Name the zip file [PROJECT NAME]_BACKUP.zip>There's already a zip file named like that>Name the already existing zip file [PROJECT NAME]_BACKUP_OLD.zip>There's already a zip file named like that
>>107252668You work on github because its your portfolio. You would understand this if you weren't a neet chud writing a game engine in C.
>>107253071>please train copilot for free >also allow others to just steal your codeno i dont think i will
>>107252668$(date '+PROJECT_NAME_BACKUP_%d-%m-%Y-%H:%M:%S.zip')
$(date '+PROJECT_NAME_BACKUP_%d-%m-%Y-%H:%M:%S.zip')
>>107253071I'm an employed chud writing a game engine in C++, nigger.
>>107253071Huh?
>>107253122u know u can self host git, right...
>>107252668I unironically inherited a codebase at my job that did that.
>>107254186>please spend time and tinker your own github serverno i don't think i will. i will spend my time writing code instead.it's funny how triggered are nocoders by this. you've been brainwashed so hard to make yourselves look like you're coding that you actually forgot to code.
>>107252668I once worked with a jun who used to comment out the code he was changing and committed commented out code into the codebase until it was impossible to work with it any longer.
>>107254311retard
>>107253864
>>107252668I do both at the same time
>>107254311>git initThat's like more than half of it dude.
>>107253071Most people who actually have a job don't work on public repos.
>>107255014>+%Y%m%d_%H%M%Syou want me to type in all this shit?no i dont think i willi will name it projectV01.zip, V02, V03 and so onamazing how much time wasting advice ITT, a lot of escapism from actually writing useful code
>>107252668>Click commit (with empty message of course)>Never branch, never have to go back to a previous commit (why would you push defective code?)it just works
>>107252668I don't even zip I just have a current version of what I'm working on and everything else goes in ./old and if I fuck something up I copy the last version that worked and overwrite the current one
>>107253122>someone mirrors your code on githuboriwa...
i used to actually do this until i learned how to use git
sounds tedious
>>107255014HR cares about Github shit?
>>107253864this or incremental numbers
>>107255014>recruiters>reading git profileslolThey've been running single page resumes against automated filters for years and you think they'll actually read your github profile?
>>107252668>copy whole project.>name folder "project-name ver 18">work on it, do major changes >copy it again>name folder "project-name ver 19">repeat
>>107252668>zipOld school. Use 7z slowpoke.
>>107253885I've always wondered, how do game devs do the equivalent git merge?
>>107255051Man my github is polluted with old projects from high school and the code is shiiiiiiit.Some of them have commented-out lines where I put "System.out.println("EEEEEEEEEEEEEEEE");" for debugging because I avoided using the debugger for some reason. It's embarrassing.
>>107252668just add _latest your newest zip and you can avoid this
>>107253071Only cucks do that.Real men keep their code private with the hopes of one day turning it into a saas product.