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 6 hours agoYou can literally run a single command to setup a remote git repository on a server that has ssh.
josefo@leminal.space 3 hours ago
aesthelete@lemmy.world 3 hours ago
Yup
git --bare init
josefo@leminal.space 2 hours ago
sorry if I’m extra stupid with these questions, but how you add that as a remote then?
aesthelete@lemmy.world 2 hours ago
git remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git
mesamunefire@piefed.social 6 hours ago
Yep! And some emulators only do dev work that way now. N*ntendo made sure of that.