Like, really? God I feel stupid if it’s that easy
Comment on GitHub CEO delivers stark message to developers: Embrace AI or get out.
aesthelete@lemmy.world 2 weeks agoYou can literally run a single command to setup a remote git repository on a server that has ssh.
josefo@leminal.space 2 weeks ago
aesthelete@lemmy.world 2 weeks ago
Yup
git --bare init
josefo@leminal.space 2 weeks ago
sorry if I’m extra stupid with these questions, but how you add that as a remote then?
aesthelete@lemmy.world 2 weeks ago
git remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git
JackbyDev@programming.dev 2 weeks ago
Article talking about it mikelev.in/…/git-without-server-local-filesystem/
mesamunefire@piefed.social 2 weeks ago
Yep! And some emulators only do dev work that way now. N*ntendo made sure of that.