This is how you lose your data if something goes wrong. Also, patch notes are extremely good to have.
Git is so easy to host yourself and everyone went and handed over all their code to evil corp to farm on anyway.
(Though I do understand that they were bought, but that was a while ago and it was only a matter of time before the evil seeped in.)
I think you may be mixing up git, which is a command line tool that’s still open source, AFAIK, with github that’s a closed source, git-based code hosting platform bought by Microsoft.
You can use other hosting services with git, and get an almost identical experience. Gitlab does it, as well as many others.
You can serve up a git repository remotely very easily on any machine that has a remote access path.
No. You can use got itself. https://jasonmurray.org/posts/2020/selfhostedgit/
🤯
If it’s easy why are the open source developer class using Microsoft so much ?
It’s easy to do a lot of things people don’t do.
Like OP’s mom
Reject GitHub. Embrace Codeberg!
I would love a subscription to Codeberg to be able to store private projects though. Codeberg is nice but you need an alternative for those special projects and it’s annoying.
If you work alone you can just use git local without a remote repo. Otherwise there is always self hosting forgejo (the software behind Codeberg). But I also expect there to be other hosting services for that purpose.
can’t you set codeberg repositories to private?
You can but it’s for specific stuff, not real projects. Everything should be open source and public by default.
I would gladly pay them to host private projects.
It’s a small thing but I appreciate how you didn’t use the image of the rapper of the original meme who seems like an overall terrible person.
Fuck Drake. Me and all my homies hate Drake
Yeah I don’t get how he was taken so seriously for so long by so many. I get that not every rapper needs to come from a broken and messed up background, but his verses don’t hit that hard due to all the inauthenticity, as if he did grow up on hard streets lol.
wrapper_last_version_update.py
gitlab:
Armatures!
Project. New Project.new.new
Project.new.new.final.2
Untitled.new.new.optionB.MomsVersion.final.FINALFORREALTHISTIME.jokehaha.okOneMoreEdit.typo.killMePlz (copy 2)
Need to save them within porn jpg.
That way, when mandatory face recognition for age verification comes into play, I will know who you all are! Har har har!
Neither. Version control and remote sync to your self hosted gitlab or gitea, or whatever (or no remote at all if you wanna go gambling with your hard drive).
I wanna go gambling with your hard drive.
I like git(hub) because you can track changes. Not just versions
Just use git. It’s what all these front ends use at their core. It’s all just git which doesn’t need any hosting at all. If all you want is tracking changes you don’t even need to set up a remote to push / pull from. Just install git on your local development machine, make a folder for you project, and run ‘git init’. Now you have a local repo which can track and commit changes and you have all of the incredibly powerful tools available that git provides with ample documentation. Wanna back it up? Just backup the folder with any standard backup application like any other folder.
Uuuh Mrs/Mr professional programmer and their fancy individual version folders!
used RCS on a VM for years. learning curve not too bad. self hosted for small groups. 3-4 devs
No need for that. Have a local server. I don’t use git, it’s useless for what I’m doing, and Subversion is fine.